Class: Aws::ManagedBlockchain::Types::ListProposalVotesInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of votes to return.

Returns:

  • (Integer)


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_idString

The unique identifier of the network.

Returns:

  • (String)


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_tokenString

The pagination token that indicates the next set of results to retrieve.

Returns:

  • (String)


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_idString

The unique identifier of the proposal.

Returns:

  • (String)


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