/AWS1/CL_MACLSTMEMBERACCTSRSLT¶
ListMemberAccountsResult
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_memberaccounts TYPE /AWS1/CL_MACMEMBERACCOUNT=>TT_MEMBERACCOUNTS TT_MEMBERACCOUNTS¶
(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action. The current Macie Classic administrator account is also included in this list.
iv_nexttoken TYPE /AWS1/MACNEXTTOKEN /AWS1/MACNEXTTOKEN¶
(Discontinued) When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the
nextTokenparameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
Queryable Attributes¶
memberAccounts¶
(Discontinued) A list of the Amazon Macie Classic member accounts returned by the action. The current Macie Classic administrator account is also included in this list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEMBERACCOUNTS() |
Getter for MEMBERACCOUNTS, with configurable default |
ASK_MEMBERACCOUNTS() |
Getter for MEMBERACCOUNTS w/ exceptions if field has no valu |
HAS_MEMBERACCOUNTS() |
Determine if MEMBERACCOUNTS has a value |
nextToken¶
(Discontinued) When a response is generated, if there is more data to be listed, this parameter is present in the response and contains the value to use for the
nextTokenparameter in a subsequent pagination request. If there is no more data to be listed, this parameter is set to null.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |