Class: Aws::ManagedBlockchain::Types::GetNodeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::GetNodeInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchain/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#member_id ⇒ String
The unique identifier of the member that owns the node.
-
#network_id ⇒ String
The unique identifier of the network that the node is on.
-
#node_id ⇒ String
The unique identifier of the node.
Instance Attribute Details
#member_id ⇒ String
The unique identifier of the member that owns the node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
739 740 741 742 743 744 745 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 739 class GetNodeInput < Struct.new( :network_id, :member_id, :node_id) SENSITIVE = [] include Aws::Structure end |
#network_id ⇒ String
The unique identifier of the network that the node is on.
739 740 741 742 743 744 745 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 739 class GetNodeInput < Struct.new( :network_id, :member_id, :node_id) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
The unique identifier of the node.
739 740 741 742 743 744 745 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 739 class GetNodeInput < Struct.new( :network_id, :member_id, :node_id) SENSITIVE = [] include Aws::Structure end |