/AWS1/CL_DEXGETEVENTACTIONRSP¶
GetEventActionResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_action TYPE REF TO /AWS1/CL_DEXACTION /AWS1/CL_DEXACTION¶
What occurs after a certain event.
iv_arn TYPE /AWS1/DEXARN /AWS1/DEXARN¶
The ARN for the event action.
iv_createdat TYPE /AWS1/DEXTIMESTAMP /AWS1/DEXTIMESTAMP¶
The date and time that the event action was created, in ISO 8601 format.
io_event TYPE REF TO /AWS1/CL_DEXEVENT /AWS1/CL_DEXEVENT¶
What occurs to start an action.
iv_id TYPE /AWS1/DEXID /AWS1/DEXID¶
The unique identifier for the event action.
it_tags TYPE /AWS1/CL_DEXMAPOF__STRING_W=>TT_MAPOF__STRING TT_MAPOF__STRING¶
The tags for the event action.
iv_updatedat TYPE /AWS1/DEXTIMESTAMP /AWS1/DEXTIMESTAMP¶
The date and time that the event action was last updated, in ISO 8601 format.
Queryable Attributes¶
Action¶
What occurs after a certain event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION |
Arn¶
The ARN for the event action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ARN() |
Getter for ARN, with configurable default |
ASK_ARN() |
Getter for ARN w/ exceptions if field has no value |
HAS_ARN() |
Determine if ARN has a value |
CreatedAt¶
The date and time that the event action was created, in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
Event¶
What occurs to start an action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENT() |
Getter for EVENT |
Id¶
The unique identifier for the event action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
Tags¶
The tags for the event action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TAGS() |
Getter for TAGS, with configurable default |
ASK_TAGS() |
Getter for TAGS w/ exceptions if field has no value |
HAS_TAGS() |
Determine if TAGS has a value |
UpdatedAt¶
The date and time that the event action was last updated, in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |