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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/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)


2566
2567
2568
2569
2570
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2566

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