/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
nextTokenvalue to include in a futureListDaemonTaskDefinitionsrequest. When the results of aListDaemonTaskDefinitionsrequest exceedmaxResults, 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
nextTokenvalue to include in a futureListDaemonTaskDefinitionsrequest. When the results of aListDaemonTaskDefinitionsrequest 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 |