Class: Aws::ManagedBlockchain::Types::GetNodeInput

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

#member_idString

The unique identifier of the member that owns the node.

Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.

Returns:

  • (String)


736
737
738
739
740
741
742
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 736

class GetNodeInput < Struct.new(
  :network_id,
  :member_id,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end

#network_idString

The unique identifier of the network that the node is on.

Returns:

  • (String)


736
737
738
739
740
741
742
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 736

class GetNodeInput < Struct.new(
  :network_id,
  :member_id,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end

#node_idString

The unique identifier of the node.

Returns:

  • (String)


736
737
738
739
740
741
742
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 736

class GetNodeInput < Struct.new(
  :network_id,
  :member_id,
  :node_id)
  SENSITIVE = []
  include Aws::Structure
end