/AWS1/CL_ECSLSTCONTAINERINST01¶
ListContainerInstancesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_containerinstancearns TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
iv_nexttoken TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The
nextTokenvalue to include in a futureListContainerInstancesrequest. When the results of aListContainerInstancesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
Queryable Attributes¶
containerInstanceArns¶
The list of container instances with full ARN entries for each container instance associated with the specified cluster.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERINSTANCEARNS() |
Getter for CONTAINERINSTANCEARNS, with configurable default |
ASK_CONTAINERINSTANCEARNS() |
Getter for CONTAINERINSTANCEARNS w/ exceptions if field has |
HAS_CONTAINERINSTANCEARNS() |
Determine if CONTAINERINSTANCEARNS has a value |
nextToken¶
The
nextTokenvalue to include in a futureListContainerInstancesrequest. When the results of aListContainerInstancesrequest exceedmaxResults, this value can be used to retrieve the next page of results. This value isnullwhen there are no more results to return.
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 |