/AWS1/CL_PRNLISTSVCINSTSOUTPUT¶
ListServiceInstancesOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_serviceinstances TYPE /AWS1/CL_PRNSERVICEINSTSUMMARY=>TT_SERVICEINSTANCESUMMARYLIST TT_SERVICEINSTANCESUMMARYLIST¶
An array of service instances with summary data.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/PRNNEXTTOKEN /AWS1/PRNNEXTTOKEN¶
A token that indicates the location of the next service instance in the array of service instances, after the current requested list of service instances.
Queryable Attributes¶
nextToken¶
A token that indicates the location of the next service instance in the array of service instances, after the current requested list of service instances.
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 |
serviceInstances¶
An array of service instances with summary data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEINSTANCES() |
Getter for SERVICEINSTANCES, with configurable default |
ASK_SERVICEINSTANCES() |
Getter for SERVICEINSTANCES w/ exceptions if field has no va |
HAS_SERVICEINSTANCES() |
Determine if SERVICEINSTANCES has a value |