Skip to content

/AWS1/CL_ECSREGTASKDEFNRSP

RegisterTaskDefinitionResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

io_taskdefinition TYPE REF TO /AWS1/CL_ECSTASKDEFINITION /AWS1/CL_ECSTASKDEFINITION

The full description of the registered task definition.

it_tags TYPE /AWS1/CL_ECSTAG=>TT_TAGS TT_TAGS

The list of tags associated with the task definition.


Queryable Attributes

taskDefinition

The full description of the registered task definition.

Accessible with the following methods

Method Description
GET_TASKDEFINITION() Getter for TASKDEFINITION

tags

The list of tags associated with the task definition.

Accessible with the following methods

Method Description
GET_TAGS() Getter for TAGS, with configurable default
ASK_TAGS() Getter for TAGS w/ exceptions if field has no value
HAS_TAGS() Determine if TAGS has a value