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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-managedblockchain/types.rb

Overview

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.

Applies only to Hyperledger Fabric.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#member_idString

The unique identifier of the member to remove.

Returns:

  • (String)


2569
2570
2571
2572
2573
# File 'lib/aws-sdk-managedblockchain/types.rb', line 2569

class RemoveAction < Struct.new(
  :member_id)
  SENSITIVE = []
  include Aws::Structure
end