Class: Aws::ManagedBlockchain::Types::CreateProposalOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::CreateProposalOutput
- Defined in:
- gems/aws-sdk-managedblockchain/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 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 566 class CreateProposalOutput < Struct.new( :proposal_id) SENSITIVE = [] include Aws::Structure end |