/AWS1/CL_FMSLISTMEMBERACCTSRSP¶
ListMemberAccountsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_memberaccounts TYPE /AWS1/CL_FMSMEMBERACCOUNTS_W=>TT_MEMBERACCOUNTS TT_MEMBERACCOUNTS¶
An array of account IDs.
iv_nexttoken TYPE /AWS1/FMSPAGINATIONTOKEN /AWS1/FMSPAGINATIONTOKEN¶
If you have more member account IDs than the number that you specified for
MaxResultsin the request, the response includes aNextTokenvalue. To list more IDs, submit anotherListMemberAccountsrequest, and specify theNextTokenvalue from the response in theNextTokenvalue in the next request.
Queryable Attributes¶
MemberAccounts¶
An array of account IDs.
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¶
If you have more member account IDs than the number that you specified for
MaxResultsin the request, the response includes aNextTokenvalue. To list more IDs, submit anotherListMemberAccountsrequest, and specify theNextTokenvalue from the response in theNextTokenvalue in the next request.
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 |