/AWS1/CL_IOXCREATEOTATASKRSP¶
CreateOtaTaskResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_taskid TYPE /AWS1/IOXOTATASKID /AWS1/IOXOTATASKID¶
The identifier of the over-the-air (OTA) task.
iv_taskarn TYPE /AWS1/IOXOTATASKARN /AWS1/IOXOTATASKARN¶
The Amazon Resource Name (ARN) of the over-the-air (OTA) task.
iv_description TYPE /AWS1/IOXOTADESCRIPTION /AWS1/IOXOTADESCRIPTION¶
A description of the over-the-air (OTA) task.
Queryable Attributes¶
TaskId¶
The identifier of the over-the-air (OTA) task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKID() |
Getter for TASKID, with configurable default |
ASK_TASKID() |
Getter for TASKID w/ exceptions if field has no value |
HAS_TASKID() |
Determine if TASKID has a value |
TaskArn¶
The Amazon Resource Name (ARN) of the over-the-air (OTA) 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 |
Description¶
A description of the over-the-air (OTA) 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 |