ListProposalsOutput
public struct ListProposalsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The pagination token that indicates the next set of results to retrieve.
Declaration
Swift
public let nextToken: String?
-
The summary of each proposal made on the network.
Declaration
Swift
public let proposals: [ProposalSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, proposals: [ProposalSummary]? = nil)