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

Class: Aws::ManagedBlockchain::Types::RemoveAction

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

Overview

Note:

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

{
  member_id: "ResourceIdString", # required
}

An action to remove a member from a Managed Blockchain network as the result of a removal proposal that is APPROVED. The member and all associated resources are deleted from the network.

Instance Attribute Summary collapse

Instance Attribute Details

#member_idString

The unique identifier of the member to remove.

Returns:

  • (String)

    The unique identifier of the member to remove.