Class: Aws::ManagedBlockchain::Types::ListProposalVotesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListProposalVotesInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of votes to return.
-
#network_id ⇒ String
The unique identifier of the network.
-
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
-
#proposal_id ⇒ String
The unique identifier of the proposal.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of votes to return.
1180 1181 1182 1183 1184 1185 1186 1187 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1180 class ListProposalVotesInput < Struct.new( :network_id, :proposal_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The unique identifier of the network.
1180 1181 1182 1183 1184 1185 1186 1187 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1180 class ListProposalVotesInput < Struct.new( :network_id, :proposal_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token that indicates the next set of results to retrieve.
1180 1181 1182 1183 1184 1185 1186 1187 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1180 class ListProposalVotesInput < Struct.new( :network_id, :proposal_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#proposal_id ⇒ String
The unique identifier of the proposal.
1180 1181 1182 1183 1184 1185 1186 1187 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1180 class ListProposalVotesInput < Struct.new( :network_id, :proposal_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |