/AWS1/CL_QSTMEMBERIDARNPAIR¶
An object that consists of a member Amazon Resource Name (ARN) and a member ID.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_memberid TYPE /AWS1/QSTRESTRICTIVERESOURCEID /AWS1/QSTRESTRICTIVERESOURCEID¶
The ID of the member.
iv_memberarn TYPE /AWS1/QSTARN /AWS1/QSTARN¶
The Amazon Resource Name (ARN) of the member.
Queryable Attributes¶
MemberId¶
The ID of the member.
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 |
MemberArn¶
The Amazon Resource Name (ARN) of the member.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERARN() |
Getter for MEMBERARN, with configurable default |
ASK_MEMBERARN() |
Getter for MEMBERARN w/ exceptions if field has no value |
HAS_MEMBERARN() |
Determine if MEMBERARN 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_FOLDERMEMBERLIST¶
TYPES TT_FOLDERMEMBERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTMEMBERIDARNPAIR WITH DEFAULT KEY
.