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

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

#proposalTypes::Proposal

Information about a proposal.

Returns:



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

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