Skip to content

/AWS1/CL_UNTLISTMEMBERACCTSRSP

ListMemberAccountsResponse

CONSTRUCTOR

IMPORTING

Required arguments:

it_memberaccounts TYPE /AWS1/CL_UNTMEMBERACCOUNT=>TT_MEMBERACCOUNTS TT_MEMBERACCOUNTS

The list of member accounts that match the specified criteria.

Optional arguments:

iv_nexttoken TYPE /AWS1/UNTNEXTTOKEN /AWS1/UNTNEXTTOKEN

The token to use for the next page of results.


Queryable Attributes

memberAccounts

The list of member accounts that match the specified criteria.

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

The token to use for the next page of results.

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