/AWS1/CL_DOALISTSERVICESOUTPUT¶
Output containing a list of registered services and pagination token.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_services TYPE /AWS1/CL_DOAREGISTEREDSERVICE=>TT_REGISTEREDSERVICESLIST TT_REGISTEREDSERVICESLIST¶
List of registered services.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/DOANEXTTOKEN /AWS1/DOANEXTTOKEN¶
Token to retrieve the next page of results, if there are more results.
Queryable Attributes¶
nextToken¶
Token to retrieve the next page of results, if there are 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 |
services¶
List of registered services.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICES() |
Getter for SERVICES, with configurable default |
ASK_SERVICES() |
Getter for SERVICES w/ exceptions if field has no value |
HAS_SERVICES() |
Determine if SERVICES has a value |