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:



779
780
781
782
783
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 779

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