/AWS1/CL_CNTLISTINSTSRESPONSE¶
ListInstancesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_instancesummarylist TYPE /AWS1/CL_CNTINSTANCESUMMARY=>TT_INSTANCESUMMARYLIST TT_INSTANCESUMMARYLIST¶
Information about the instances.
iv_nexttoken TYPE /AWS1/CNTNEXTTOKEN /AWS1/CNTNEXTTOKEN¶
If there are additional results, this is the token for the next set of results.
Queryable Attributes¶
InstanceSummaryList¶
Information about the instances.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INSTANCESUMMARYLIST() |
Getter for INSTANCESUMMARYLIST, with configurable default |
ASK_INSTANCESUMMARYLIST() |
Getter for INSTANCESUMMARYLIST w/ exceptions if field has no |
HAS_INSTANCESUMMARYLIST() |
Determine if INSTANCESUMMARYLIST has a value |
NextToken¶
If there are additional results, this is the token for the next set of 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 |