/AWS1/CL_BTCATTEMPTECSTASKDETS¶
An object that represents the details of a task.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_containerinstancearn TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The Amazon Resource Name (ARN) of the container instance that hosts the task.
iv_taskarn TYPE /AWS1/BTCSTRING /AWS1/BTCSTRING¶
The ARN of the Amazon ECS task.
it_containers TYPE /AWS1/CL_BTCATTEMPTTSKCONTAI00=>TT_LSTATTEMPTTASKCONTAINERDETS TT_LSTATTEMPTTASKCONTAINERDETS¶
A list of containers that are included in the
taskPropertieslist.
Queryable Attributes¶
containerInstanceArn¶
The Amazon Resource Name (ARN) of the container instance that hosts the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERINSTANCEARN() |
Getter for CONTAINERINSTANCEARN, with configurable default |
ASK_CONTAINERINSTANCEARN() |
Getter for CONTAINERINSTANCEARN w/ exceptions if field has n |
HAS_CONTAINERINSTANCEARN() |
Determine if CONTAINERINSTANCEARN has a value |
taskArn¶
The ARN of the Amazon ECS task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKARN() |
Getter for TASKARN, with configurable default |
ASK_TASKARN() |
Getter for TASKARN w/ exceptions if field has no value |
HAS_TASKARN() |
Determine if TASKARN has a value |
containers¶
A list of containers that are included in the
taskPropertieslist.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERS() |
Getter for CONTAINERS, with configurable default |
ASK_CONTAINERS() |
Getter for CONTAINERS w/ exceptions if field has no value |
HAS_CONTAINERS() |
Determine if CONTAINERS has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_LISTATTEMPTECSTASKDETAILS¶
TYPES TT_LISTATTEMPTECSTASKDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BTCATTEMPTECSTASKDETS WITH DEFAULT KEY
.