class Aws::ManagedBlockchain::Types::GetNodeInput

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

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.
@return [String]

@!attribute [rw] member_id

The unique identifier of the member that owns the 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/GetNodeInput AWS API Documentation

Constants

SENSITIVE