You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeleteNodeInput as input to an Aws::Client method, you can use a vanilla Hash:

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

Instance Attribute Summary collapse

Instance Attribute Details

#member_idString

The unique identifier of the member that owns this node.

Returns:

  • (String)

    The unique identifier of the member that owns this node.

#network_idString

The unique identifier of the network that the node belongs to.

Returns:

  • (String)

    The unique identifier of the network that the node belongs to.

#node_idString

The unique identifier of the node.

Returns:

  • (String)

    The unique identifier of the node.