/AWS1/CL_ECSLISTCLUSTERSRSP¶
ListClustersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_clusterarns TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST¶
The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.
iv_nexttoken TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The
nextTokenvalue to include in a futureListClustersrequest. When the results of aListClustersrequest 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¶
clusterArns¶
The list of full Amazon Resource Name (ARN) entries for each cluster that's associated with your account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLUSTERARNS() |
Getter for CLUSTERARNS, with configurable default |
ASK_CLUSTERARNS() |
Getter for CLUSTERARNS w/ exceptions if field has no value |
HAS_CLUSTERARNS() |
Determine if CLUSTERARNS has a value |
nextToken¶
The
nextTokenvalue to include in a futureListClustersrequest. When the results of aListClustersrequest 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 |