Class: Aws::ManagedBlockchain::Types::GetProposalOutput

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

#proposalTypes::Proposal

Information about a proposal.

Returns:



782
783
784
785
786
# File 'lib/aws-sdk-managedblockchain/types.rb', line 782

class GetProposalOutput < Struct.new(
  :proposal)
  SENSITIVE = []
  include Aws::Structure
end