Class: Aws::ManagedBlockchain::Types::CreateProposalOutput

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

#proposal_idString

The unique identifier of the proposal.

Returns:

  • (String)


563
564
565
566
567
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 563

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