/AWS1/CL_MBCREMOVEACTION¶
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.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_memberid TYPE /AWS1/MBCRESOURCEIDSTRING /AWS1/MBCRESOURCEIDSTRING¶
The unique identifier of the member to remove.
Queryable Attributes¶
MemberId¶
The unique identifier of the member to remove.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERID() |
Getter for MEMBERID, with configurable default |
ASK_MEMBERID() |
Getter for MEMBERID w/ exceptions if field has no value |
HAS_MEMBERID() |
Determine if MEMBERID has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_REMOVEACTIONLIST¶
TYPES TT_REMOVEACTIONLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_MBCREMOVEACTION WITH DEFAULT KEY
.