/AWS1/CL_IOTAUDITMIGACTEXECMET¶
Returned by ListAuditMitigationActionsTask, this object contains information that describes a mitigation action that has been started.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_taskid TYPE /AWS1/IOTMIGACTIONSTASKID /AWS1/IOTMIGACTIONSTASKID¶
The unique identifier for the task that applies the mitigation action.
iv_findingid TYPE /AWS1/IOTFINDINGID /AWS1/IOTFINDINGID¶
The unique identifier for the findings to which the task and associated mitigation action are applied.
iv_actionname TYPE /AWS1/IOTMITIGATIONACTIONNAME /AWS1/IOTMITIGATIONACTIONNAME¶
The friendly name of the mitigation action being applied by the task.
iv_actionid TYPE /AWS1/IOTMITIGATIONACTIONID /AWS1/IOTMITIGATIONACTIONID¶
The unique identifier for the mitigation action being applied by the task.
iv_status TYPE /AWS1/IOTAUDITMIGACTSEXECSTAT /AWS1/IOTAUDITMIGACTSEXECSTAT¶
The current status of the task being executed.
iv_starttime TYPE /AWS1/IOTTIMESTAMP /AWS1/IOTTIMESTAMP¶
The date and time when the task was started.
iv_endtime TYPE /AWS1/IOTTIMESTAMP /AWS1/IOTTIMESTAMP¶
The date and time when the task was completed or canceled. Blank if the task is still running.
iv_errorcode TYPE /AWS1/IOTERRORCODE /AWS1/IOTERRORCODE¶
If an error occurred, the code that indicates which type of error occurred.
iv_message TYPE /AWS1/IOTERRORMESSAGE /AWS1/IOTERRORMESSAGE¶
If an error occurred, a message that describes the error.
Queryable Attributes¶
taskId¶
The unique identifier for the task that applies the mitigation action.
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 |
findingId¶
The unique identifier for the findings to which the task and associated mitigation action are applied.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGID() |
Getter for FINDINGID, with configurable default |
ASK_FINDINGID() |
Getter for FINDINGID w/ exceptions if field has no value |
HAS_FINDINGID() |
Determine if FINDINGID has a value |
actionName¶
The friendly name of the mitigation action being applied by the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONNAME() |
Getter for ACTIONNAME, with configurable default |
ASK_ACTIONNAME() |
Getter for ACTIONNAME w/ exceptions if field has no value |
HAS_ACTIONNAME() |
Determine if ACTIONNAME has a value |
actionId¶
The unique identifier for the mitigation action being applied by the task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONID() |
Getter for ACTIONID, with configurable default |
ASK_ACTIONID() |
Getter for ACTIONID w/ exceptions if field has no value |
HAS_ACTIONID() |
Determine if ACTIONID has a value |
status¶
The current status of the task being executed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
startTime¶
The date and time when the 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 |
endTime¶
The date and time when the task was completed or canceled. Blank if the task is still running.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |
errorCode¶
If an error occurred, the code that indicates which type of error occurred.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORCODE() |
Getter for ERRORCODE, with configurable default |
ASK_ERRORCODE() |
Getter for ERRORCODE w/ exceptions if field has no value |
HAS_ERRORCODE() |
Determine if ERRORCODE has a value |
message¶
If an error occurred, a message that describes the error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE 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_AUDITMIGACTIONEXECMETLIST¶
TYPES TT_AUDITMIGACTIONEXECMETLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IOTAUDITMIGACTEXECMET WITH DEFAULT KEY
.