/AWS1/CL_IOSDESCRACTIONRSP¶
DescribeActionResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_actionid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the action.
io_targetresource TYPE REF TO /AWS1/CL_IOSTARGETRESOURCE /AWS1/CL_IOSTARGETRESOURCE¶
The resource the action will be taken on.
iv_actiondefinitionid TYPE /AWS1/IOSID /AWS1/IOSID¶
The ID of the action definition.
io_actionpayload TYPE REF TO /AWS1/CL_IOSACTIONPAYLOAD /AWS1/CL_IOSACTIONPAYLOAD¶
The JSON payload of the action.
iv_executiontime TYPE /AWS1/IOSTIMESTAMP /AWS1/IOSTIMESTAMP¶
The time the action was executed.
Optional arguments:¶
io_resolveto TYPE REF TO /AWS1/CL_IOSRESOLVETO /AWS1/CL_IOSRESOLVETO¶
The detailed resource this action resolves to.
Queryable Attributes¶
actionId¶
The ID of the 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 |
targetResource¶
The resource the action will be taken on.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TARGETRESOURCE() |
Getter for TARGETRESOURCE |
actionDefinitionId¶
The ID of the action definition.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONDEFINITIONID() |
Getter for ACTIONDEFINITIONID, with configurable default |
ASK_ACTIONDEFINITIONID() |
Getter for ACTIONDEFINITIONID w/ exceptions if field has no |
HAS_ACTIONDEFINITIONID() |
Determine if ACTIONDEFINITIONID has a value |
actionPayload¶
The JSON payload of the action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTIONPAYLOAD() |
Getter for ACTIONPAYLOAD |
executionTime¶
The time the action was executed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXECUTIONTIME() |
Getter for EXECUTIONTIME, with configurable default |
ASK_EXECUTIONTIME() |
Getter for EXECUTIONTIME w/ exceptions if field has no value |
HAS_EXECUTIONTIME() |
Determine if EXECUTIONTIME has a value |
resolveTo¶
The detailed resource this action resolves to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOLVETO() |
Getter for RESOLVETO |