Skip to content

/AWS1/CL_ACULISTSERVICESOUTPUT

ListServicesOutput

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nexttoken TYPE /AWS1/ACUNEXTTOKEN /AWS1/ACUNEXTTOKEN

The token for retrieving the next page of results. This value is null when no more results are available.

it_services TYPE /AWS1/CL_ACUSERVICELIST_W=>TT_SERVICELIST TT_SERVICELIST

The list of available Amazon Web Services service identifiers.


Queryable Attributes

nextToken

The token for retrieving the next page of results. This value is null when no more results are available.

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

The list of available Amazon Web Services service identifiers.

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