Skip to content

/AWS1/CL_ECSLSTDAEMNDEPLOYSRSP

ListDaemonDeploymentsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_nexttoken TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The nextToken value to include in a future ListDaemonDeployments request. When the results of a ListDaemonDeployments request exceed maxResults, 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 nextToken value to include in a future ListDaemonDeployments request. When the results of a ListDaemonDeployments request exceed maxResults, 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