/AWS1/CL_ECSDELETETASKDEFNSRSP¶
DeleteTaskDefinitionsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_taskdefinitions TYPE /AWS1/CL_ECSTASKDEFINITION=>TT_TASKDEFINITIONLIST TT_TASKDEFINITIONLIST¶
The list of deleted task definitions.
it_failures TYPE /AWS1/CL_ECSFAILURE=>TT_FAILURES TT_FAILURES¶
Any failures associated with the call.
Queryable Attributes¶
taskDefinitions¶
The list of deleted task definitions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKDEFINITIONS() |
Getter for TASKDEFINITIONS, with configurable default |
ASK_TASKDEFINITIONS() |
Getter for TASKDEFINITIONS w/ exceptions if field has no val |
HAS_TASKDEFINITIONS() |
Determine if TASKDEFINITIONS has a value |
failures¶
Any failures associated with the call.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURES() |
Getter for FAILURES, with configurable default |
ASK_FAILURES() |
Getter for FAILURES w/ exceptions if field has no value |
HAS_FAILURES() |
Determine if FAILURES has a value |