Skip to content

/AWS1/CL_IOTAUDMIGACTSTASKMET

Information about an audit mitigation actions task that is returned by ListAuditMitigationActionsTasks.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_taskid TYPE /AWS1/IOTMIGACTIONSTASKID /AWS1/IOTMIGACTIONSTASKID

The unique identifier for the task.

iv_starttime TYPE /AWS1/IOTTIMESTAMP /AWS1/IOTTIMESTAMP

The time at which the audit mitigation actions task was started.

iv_taskstatus TYPE /AWS1/IOTAUDITMIGACTSTASKSTAT /AWS1/IOTAUDITMIGACTSTASKSTAT

The current state of the audit mitigation actions task.


Queryable Attributes

taskId

The unique identifier for the 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

startTime

The time at which the audit mitigation actions task was started.

Accessible with the following methods

Method Description
GET_STARTTIME() Getter for STARTTIME, with configurable default
ASK_STARTTIME() Getter for STARTTIME w/ exceptions if field has no value
HAS_STARTTIME() Determine if STARTTIME has a value

taskStatus

The current state of the audit mitigation actions task.

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

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_AUDITMIGACTIONSTASKMETLIST

TYPES TT_AUDITMIGACTIONSTASKMETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTAUDMIGACTSTASKMET WITH DEFAULT KEY
.