Class: Aws::ManagedBlockchain::Types::ListProposalsOutput

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)


1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1238

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

#proposalsArray<Types::ProposalSummary>

The summary of each proposal made on the network.

Returns:



1238
1239
1240
1241
1242
1243
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1238

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