Class: Aws::ManagedBlockchain::Types::DeleteNodeInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::DeleteNodeInput
- 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 this 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 this node.
Applies only to Hyperledger Fabric and is required for Hyperledger Fabric.
633 634 635 636 637 638 639 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 633 class DeleteNodeInput < 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.
Ethereum public networks have the following ‘NetworkId`s:
-
‘n-ethereum-mainnet`
^
633 634 635 636 637 638 639 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 633 class DeleteNodeInput < Struct.new( :network_id, :member_id, :node_id) SENSITIVE = [] include Aws::Structure end |
#node_id ⇒ String
The unique identifier of the node.
633 634 635 636 637 638 639 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 633 class DeleteNodeInput < Struct.new( :network_id, :member_id, :node_id) SENSITIVE = [] include Aws::Structure end |