Class: Aws::ManagedBlockchain::Types::CreateProposalOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::CreateProposalOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#proposal_id ⇒ String
The unique identifier of the proposal.
Instance Attribute Details
#proposal_id ⇒ String
The unique identifier of the proposal.
566 567 568 569 570 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 566 class CreateProposalOutput < Struct.new( :proposal_id) SENSITIVE = [] include Aws::Structure end |