Class: Aws::ManagedBlockchain::Types::ListProposalVotesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::ListProposalVotesInput
- Defined in:
- gems/aws-sdk-managedblockchain/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.
1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1177 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.
1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1177 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.
1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1177 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.
1177 1178 1179 1180 1181 1182 1183 1184 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1177 class ListProposalVotesInput < Struct.new( :network_id, :proposal_id, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |