Skip to content

/AWS1/CL_IOSDESCRTASKRESPONSE

Response structure for DescribeTask operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_workspacename TYPE /AWS1/IOSWORKSPACENAME /AWS1/IOSWORKSPACENAME

The name of the workspace.

iv_taskname TYPE /AWS1/IOSRESOURCENAME /AWS1/IOSRESOURCENAME

The name of the task.

iv_taskarn TYPE /AWS1/IOSARN /AWS1/IOSARN

The ARN of the task.

iv_version TYPE /AWS1/IOSVERSION /AWS1/IOSVERSION

The version of the task.

io_taskconfiguration TYPE REF TO /AWS1/CL_IOSTASKCONFIGURATION /AWS1/CL_IOSTASKCONFIGURATION

The task execution configuration. Contains a containerTaskConfiguration for custom container workloads.

io_status TYPE REF TO /AWS1/CL_IOSRESOURCESTATUS /AWS1/CL_IOSRESOURCESTATUS

The current lifecycle status of the task.

iv_createdat TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The time the task was created, in Unix epoch time.

iv_updatedat TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP

The time the task was last updated, in Unix epoch time.

Optional arguments:

iv_description TYPE /AWS1/IOSDESCRIPTION /AWS1/IOSDESCRIPTION

The description of the task.


Queryable Attributes

workspaceName

The name of the workspace.

Accessible with the following methods

Method Description
GET_WORKSPACENAME() Getter for WORKSPACENAME, with configurable default
ASK_WORKSPACENAME() Getter for WORKSPACENAME w/ exceptions if field has no value
HAS_WORKSPACENAME() Determine if WORKSPACENAME has a value

taskName

The name of the task.

Accessible with the following methods

Method Description
GET_TASKNAME() Getter for TASKNAME, with configurable default
ASK_TASKNAME() Getter for TASKNAME w/ exceptions if field has no value
HAS_TASKNAME() Determine if TASKNAME has a value

description

The description of the task.

Accessible with the following methods

Method Description
GET_DESCRIPTION() Getter for DESCRIPTION, with configurable default
ASK_DESCRIPTION() Getter for DESCRIPTION w/ exceptions if field has no value
HAS_DESCRIPTION() Determine if DESCRIPTION has a value

taskArn

The ARN of the 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

version

The version of the task.

Accessible with the following methods

Method Description
GET_VERSION() Getter for VERSION, with configurable default
ASK_VERSION() Getter for VERSION w/ exceptions if field has no value
HAS_VERSION() Determine if VERSION has a value

taskConfiguration

The task execution configuration. Contains a containerTaskConfiguration for custom container workloads.

Accessible with the following methods

Method Description
GET_TASKCONFIGURATION() Getter for TASKCONFIGURATION

status

The current lifecycle status of the task.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS

createdAt

The time the task was created, in Unix epoch time.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

updatedAt

The time the task was last updated, in Unix epoch time.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value