Skip to content

/AWS1/CL_IOSCREATETASKRESPONSE

Response structure for CreateTask operation.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_taskname TYPE /AWS1/IOSRESOURCENAME /AWS1/IOSRESOURCENAME

The name of the created task.

iv_taskarn TYPE /AWS1/IOSARN /AWS1/IOSARN

The ARN of the created task.

iv_version TYPE /AWS1/IOSVERSION /AWS1/IOSVERSION

The version of the newly created task.

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

The current lifecycle status of the task.


Queryable Attributes

taskName

The name of the created 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

taskArn

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

status

The current lifecycle status of the task.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS