class Aws::ManagedBlockchain::Types::DeleteNodeInput

@note When making an API call, you may pass DeleteNodeInput

data as a hash:

    {
      network_id: "ResourceIdString", # required
      member_id: "ResourceIdString",
      node_id: "ResourceIdString", # required
    }

@!attribute [rw] network_id

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

Ethereum public networks have the following `NetworkId`s:

* `n-ethereum-mainnet`

* `n-ethereum-rinkeby`

* `n-ethereum-ropsten`
@return [String]

@!attribute [rw] member_id

The unique identifier of the member that owns this node.

Applies only to Hyperledger Fabric and is required for Hyperledger
Fabric.
@return [String]

@!attribute [rw] node_id

The unique identifier of the node.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/DeleteNodeInput AWS API Documentation

Constants

SENSITIVE