/AWS1/CL_IOTDESCRMIGACTIONRSP¶
DescribeMitigationActionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_actionname TYPE /AWS1/IOTMITIGATIONACTIONNAME /AWS1/IOTMITIGATIONACTIONNAME¶
The friendly name that uniquely identifies the mitigation action.
iv_actiontype TYPE /AWS1/IOTMITIGATIONACTIONTYPE /AWS1/IOTMITIGATIONACTIONTYPE¶
The type of mitigation action.
iv_actionarn TYPE /AWS1/IOTMITIGATIONACTIONARN /AWS1/IOTMITIGATIONACTIONARN¶
The ARN that identifies this migration action.
iv_actionid TYPE /AWS1/IOTMITIGATIONACTIONID /AWS1/IOTMITIGATIONACTIONID¶
A unique identifier for this action.
iv_rolearn TYPE /AWS1/IOTROLEARN /AWS1/IOTROLEARN¶
The ARN of the IAM role used to apply this action.
io_actionparams TYPE REF TO /AWS1/CL_IOTMIGACTIONPARAMS /AWS1/CL_IOTMIGACTIONPARAMS¶
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
iv_creationdate TYPE /AWS1/IOTTIMESTAMP /AWS1/IOTTIMESTAMP¶
The date and time when the mitigation action was added to your Amazon Web Services accounts.
iv_lastmodifieddate TYPE /AWS1/IOTTIMESTAMP /AWS1/IOTTIMESTAMP¶
The date and time when the mitigation action was last changed.
Queryable Attributes¶
actionName¶
The friendly name that uniquely identifies the mitigation action.
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 |
actionType¶
The type of mitigation action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONTYPE() |
Getter for ACTIONTYPE, with configurable default |
ASK_ACTIONTYPE() |
Getter for ACTIONTYPE w/ exceptions if field has no value |
HAS_ACTIONTYPE() |
Determine if ACTIONTYPE has a value |
actionArn¶
The ARN that identifies this migration action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONARN() |
Getter for ACTIONARN, with configurable default |
ASK_ACTIONARN() |
Getter for ACTIONARN w/ exceptions if field has no value |
HAS_ACTIONARN() |
Determine if ACTIONARN has a value |
actionId¶
A unique identifier for this action.
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 |
roleArn¶
The ARN of the IAM role used to apply this action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
actionParams¶
Parameters that control how the mitigation action is applied, specific to the type of mitigation action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONPARAMS() |
Getter for ACTIONPARAMS |
creationDate¶
The date and time when the mitigation action was added to your Amazon Web Services accounts.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONDATE() |
Getter for CREATIONDATE, with configurable default |
ASK_CREATIONDATE() |
Getter for CREATIONDATE w/ exceptions if field has no value |
HAS_CREATIONDATE() |
Determine if CREATIONDATE has a value |
lastModifiedDate¶
The date and time when the mitigation action was last changed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE, with configurable default |
ASK_LASTMODIFIEDDATE() |
Getter for LASTMODIFIEDDATE w/ exceptions if field has no va |
HAS_LASTMODIFIEDDATE() |
Determine if LASTMODIFIEDDATE has a value |