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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1241
1242
1243
1244
1245
1246
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1241

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:



1241
1242
1243
1244
1245
1246
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1241

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