Class: Aws::ManagedBlockchain::Types::ListProposalsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListProposalsOutput
- 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.
-
#proposals ⇒ Array<Types::ProposalSummary>
The summary of each proposal made on the network.
Instance Attribute Details
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
1241 1242 1243 1244 1245 1246 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1241 class ListProposalsOutput < Struct.new( :proposals, :next_token) SENSITIVE = [] include Aws::Structure end |
#proposals ⇒ Array<Types::ProposalSummary>
The summary of each proposal made on the network.
1241 1242 1243 1244 1245 1246 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1241 class ListProposalsOutput < Struct.new( :proposals, :next_token) SENSITIVE = [] include Aws::Structure end |