Class: Aws::ManagedBlockchain::Types::RemoveAction
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::RemoveAction
- 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
-
#member_id ⇒ String
The unique identifier of the member to remove.
Instance Attribute Details
#member_id ⇒ String
The unique identifier of the member to remove.
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 |