/AWS1/CL_ECSLSTDAEMNDEPLOYSRSP¶
ListDaemonDeploymentsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING¶
The
nextTokenvalue to include in a futureListDaemonDeploymentsrequest. When the results of aListDaemonDeploymentsrequest exceedmaxResults, this value can be used to retrieve the next page of results.
it_daemondeployments TYPE /AWS1/CL_ECSDAEMONDEPLOYSUMM=>TT_DAEMONDEPLOYMENTSUMMARYLIST TT_DAEMONDEPLOYMENTSUMMARYLIST¶
The list of daemon deployment summaries.
Queryable Attributes¶
nextToken¶
The
nextTokenvalue to include in a futureListDaemonDeploymentsrequest. When the results of aListDaemonDeploymentsrequest exceedmaxResults, this value can be used to retrieve the next page 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 |
daemonDeployments¶
The list of daemon deployment summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DAEMONDEPLOYMENTS() |
Getter for DAEMONDEPLOYMENTS, with configurable default |
ASK_DAEMONDEPLOYMENTS() |
Getter for DAEMONDEPLOYMENTS w/ exceptions if field has no v |
HAS_DAEMONDEPLOYMENTS() |
Determine if DAEMONDEPLOYMENTS has a value |