Class: Aws::ManagedBlockchain::Types::ListProposalVotesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListProposalVotesOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
-
#proposal_votes ⇒ Array<Types::VoteSummary>
The list of votes.
Instance Attribute Details
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1200 class ListProposalVotesOutput < Struct.new( :proposal_votes, :next_token) SENSITIVE = [] include Aws::Structure end |
#proposal_votes ⇒ Array<Types::VoteSummary>
The list of votes.
1200 1201 1202 1203 1204 1205 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1200 class ListProposalVotesOutput < Struct.new( :proposal_votes, :next_token) SENSITIVE = [] include Aws::Structure end |