Class: Aws::ManagedBlockchain::Types::GetProposalInput

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchain/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#network_idString

The unique identifier of the network for which the proposal is made.

Returns:

  • (String)


769
770
771
772
773
774
# File 'lib/aws-sdk-managedblockchain/types.rb', line 769

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

#proposal_idString

The unique identifier of the proposal.

Returns:

  • (String)


769
770
771
772
773
774
# File 'lib/aws-sdk-managedblockchain/types.rb', line 769

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