/AWS1/CL_APRLSTSVCSFORASCONF01¶
ListServicesForAutoScalingConfigurationResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_servicearnlist TYPE /AWS1/CL_APRSERVICEARNLIST_W=>TT_SERVICEARNLIST TT_SERVICEARNLIST¶
A list of service ARN records. In a paginated request, the request returns up to
MaxResultsrecords for each call.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/APRNEXTTOKEN /AWS1/APRNEXTTOKEN¶
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
Queryable Attributes¶
ServiceArnList¶
A list of service ARN records. In a paginated request, the request returns up to
MaxResultsrecords for each call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEARNLIST() |
Getter for SERVICEARNLIST, with configurable default |
ASK_SERVICEARNLIST() |
Getter for SERVICEARNLIST w/ exceptions if field has no valu |
HAS_SERVICEARNLIST() |
Determine if SERVICEARNLIST has a value |
NextToken¶
The token that you can pass in a subsequent request to get the next result page. It's returned in a paginated request.
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 |