/AWS1/CL_TRNLISTPROFILESRSP¶
ListProfilesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_profiles TYPE /AWS1/CL_TRNLISTEDPROFILE=>TT_LISTEDPROFILES TT_LISTEDPROFILES¶
Returns an array, where each item contains the details of a profile.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/TRNNEXTTOKEN /AWS1/TRNNEXTTOKEN¶
Returns a token that you can use to call
ListProfilesagain and receive additional results, if there are any.
Queryable Attributes¶
NextToken¶
Returns a token that you can use to call
ListProfilesagain and receive additional results, if there are any.
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 |
Profiles¶
Returns an array, where each item contains the details of a profile.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PROFILES() |
Getter for PROFILES, with configurable default |
ASK_PROFILES() |
Getter for PROFILES w/ exceptions if field has no value |
HAS_PROFILES() |
Determine if PROFILES has a value |