/AWS1/CL_SPCLISTINSTSRESPONSE¶
The response parameters for ListInstances.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_instances TYPE /AWS1/CL_SPCINSTANCE=>TT_INSTANCELIST TT_INSTANCELIST¶
The list of instances resource data details.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/SPCINSTANCENEXTTOKEN /AWS1/SPCINSTANCENEXTTOKEN¶
The pagination token to fetch the next page of instances.
Queryable Attributes¶
instances¶
The list of instances resource data details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCES() |
Getter for INSTANCES, with configurable default |
ASK_INSTANCES() |
Getter for INSTANCES w/ exceptions if field has no value |
HAS_INSTANCES() |
Determine if INSTANCES has a value |
nextToken¶
The pagination token to fetch the next page of 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 |