Class: Aws::ManagedBlockchain::Types::ListProposalVotesOutput

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

#next_tokenString

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

Returns:

  • (String)


1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1197

class ListProposalVotesOutput < Struct.new(
  :proposal_votes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#proposal_votesArray<Types::VoteSummary>

The list of votes.

Returns:



1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1197

class ListProposalVotesOutput < Struct.new(
  :proposal_votes,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end