/AWS1/CL_QSTLISTLIMITSPFLSRSP¶
ListLimitsProfilesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_profiles TYPE /AWS1/CL_QSTLIMITSPROFILE=>TT_LIMITSPROFILELIST TT_LIMITSPROFILELIST¶
A list of limits profiles.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The token for the next set of results, or null if there are no more results.
Queryable Attributes¶
profiles¶
A list of limits profiles.
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 |
nextToken¶
The token for the next set of results, or null if there are no more 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 |