Class: Aws::ManagedBlockchain::Types::GetProposalOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::GetProposalOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#proposal ⇒ Types::Proposal
Information about a proposal.
Instance Attribute Details
#proposal ⇒ Types::Proposal
Information about a proposal.
782 783 784 785 786 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 782 class GetProposalOutput < Struct.new( :proposal) SENSITIVE = [] include Aws::Structure end |