Skip to content

/AWS1/CL_ECSLSTDAEMTASKDEFNRSP

ListDaemonTaskDefinitionsResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

it_daemontaskdefinitions TYPE /AWS1/CL_ECSDAEMONTASKDEFNSUMM=>TT_DAEMONTASKDEFNSUMMARIES TT_DAEMONTASKDEFNSUMMARIES

The list of daemon task definition summaries.

iv_nexttoken TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The nextToken value to include in a future ListDaemonTaskDefinitions request. When the results of a ListDaemonTaskDefinitions request exceed maxResults, this value can be used to retrieve the next page of results.


Queryable Attributes

daemonTaskDefinitions

The list of daemon task definition summaries.

Accessible with the following methods

Method Description
GET_DAEMONTASKDEFINITIONS() Getter for DAEMONTASKDEFINITIONS, with configurable default
ASK_DAEMONTASKDEFINITIONS() Getter for DAEMONTASKDEFINITIONS w/ exceptions if field has
HAS_DAEMONTASKDEFINITIONS() Determine if DAEMONTASKDEFINITIONS has a value

nextToken

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