/AWS1/CL_IOTDESCRAUDITTASKRSP¶
DescribeAuditTaskResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_taskstatus TYPE /AWS1/IOTAUDITTASKSTATUS /AWS1/IOTAUDITTASKSTATUS¶
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
iv_tasktype TYPE /AWS1/IOTAUDITTASKTYPE /AWS1/IOTAUDITTASKTYPE¶
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
iv_taskstarttime TYPE /AWS1/IOTTIMESTAMP /AWS1/IOTTIMESTAMP¶
The time the audit started.
io_taskstatistics TYPE REF TO /AWS1/CL_IOTTASKSTATISTICS /AWS1/CL_IOTTASKSTATISTICS¶
Statistical information about the audit.
iv_scheduledauditname TYPE /AWS1/IOTSCHEDULEDAUDITNAME /AWS1/IOTSCHEDULEDAUDITNAME¶
The name of the scheduled audit (only if the audit was a scheduled audit).
it_auditdetails TYPE /AWS1/CL_IOTAUDITCHECKDETAILS=>TT_AUDITDETAILS TT_AUDITDETAILS¶
Detailed information about each check performed during this audit.
Queryable Attributes¶
taskStatus¶
The status of the audit: one of "IN_PROGRESS", "COMPLETED", "FAILED", or "CANCELED".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKSTATUS() |
Getter for TASKSTATUS, with configurable default |
ASK_TASKSTATUS() |
Getter for TASKSTATUS w/ exceptions if field has no value |
HAS_TASKSTATUS() |
Determine if TASKSTATUS has a value |
taskType¶
The type of audit: "ON_DEMAND_AUDIT_TASK" or "SCHEDULED_AUDIT_TASK".
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKTYPE() |
Getter for TASKTYPE, with configurable default |
ASK_TASKTYPE() |
Getter for TASKTYPE w/ exceptions if field has no value |
HAS_TASKTYPE() |
Determine if TASKTYPE has a value |
taskStartTime¶
The time the audit started.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKSTARTTIME() |
Getter for TASKSTARTTIME, with configurable default |
ASK_TASKSTARTTIME() |
Getter for TASKSTARTTIME w/ exceptions if field has no value |
HAS_TASKSTARTTIME() |
Determine if TASKSTARTTIME has a value |
taskStatistics¶
Statistical information about the audit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKSTATISTICS() |
Getter for TASKSTATISTICS |
scheduledAuditName¶
The name of the scheduled audit (only if the audit was a scheduled audit).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SCHEDULEDAUDITNAME() |
Getter for SCHEDULEDAUDITNAME, with configurable default |
ASK_SCHEDULEDAUDITNAME() |
Getter for SCHEDULEDAUDITNAME w/ exceptions if field has no |
HAS_SCHEDULEDAUDITNAME() |
Determine if SCHEDULEDAUDITNAME has a value |
auditDetails¶
Detailed information about each check performed during this audit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUDITDETAILS() |
Getter for AUDITDETAILS, with configurable default |
ASK_AUDITDETAILS() |
Getter for AUDITDETAILS w/ exceptions if field has no value |
HAS_AUDITDETAILS() |
Determine if AUDITDETAILS has a value |