Class: Aws::ManagedBlockchain::Types::DeleteNodeInput

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 this node.

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

Returns:

  • (String)


630
631
632
633
634
635
636
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 630

class DeleteNodeInput < 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.

Ethereum public networks have the following NetworkIds:

  • n-ethereum-mainnet

  • n-ethereum-goerli

Returns:

  • (String)


630
631
632
633
634
635
636
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 630

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

#node_idString

The unique identifier of the node.

Returns:

  • (String)


630
631
632
633
634
635
636
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 630

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