/AWS1/CL_IOSTASKSUMMARY¶
Contains summary information about a task.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
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_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¶
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 |
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_TASKSUMMARIES¶
TYPES TT_TASKSUMMARIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOSTASKSUMMARY WITH DEFAULT KEY
.