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

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

#network_idString

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

Returns:

  • (String)


766
767
768
769
770
771
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 766

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

#proposal_idString

The unique identifier of the proposal.

Returns:

  • (String)


766
767
768
769
770
771
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 766

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