ListProposalVotesOutput
public struct ListProposalVotesOutput : 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 listing of votes.
Declaration
Swift
public let proposalVotes: [VoteSummary]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, proposalVotes: [VoteSummary]? = nil)