/AWS1/CL_SMIEVENTSUMMARY¶
Details about a timeline event during an incident.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_incidentrecordarn TYPE /AWS1/SMIARN /AWS1/SMIARN¶
The Amazon Resource Name (ARN) of the incident that the event happened during.
iv_eventid TYPE /AWS1/SMIUUID /AWS1/SMIUUID¶
The timeline event ID.
iv_eventtime TYPE /AWS1/SMITIMESTAMP /AWS1/SMITIMESTAMP¶
The timestamp for when the event occurred.
iv_eventupdatedtime TYPE /AWS1/SMITIMESTAMP /AWS1/SMITIMESTAMP¶
The timestamp for when the timeline event was last updated.
iv_eventtype TYPE /AWS1/SMITIMELINEEVENTTYPE /AWS1/SMITIMELINEEVENTTYPE¶
The type of event. The timeline event must be
Custom EventorNote.
Optional arguments:¶
it_eventreferences TYPE /AWS1/CL_SMIEVENTREFERENCE=>TT_EVENTREFERENCELIST TT_EVENTREFERENCELIST¶
A list of references in a
TimelineEvent.
Queryable Attributes¶
incidentRecordArn¶
The Amazon Resource Name (ARN) of the incident that the event happened during.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INCIDENTRECORDARN() |
Getter for INCIDENTRECORDARN, with configurable default |
ASK_INCIDENTRECORDARN() |
Getter for INCIDENTRECORDARN w/ exceptions if field has no v |
HAS_INCIDENTRECORDARN() |
Determine if INCIDENTRECORDARN has a value |
eventId¶
The timeline event ID.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTID() |
Getter for EVENTID, with configurable default |
ASK_EVENTID() |
Getter for EVENTID w/ exceptions if field has no value |
HAS_EVENTID() |
Determine if EVENTID has a value |
eventTime¶
The timestamp for when the event occurred.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTTIME() |
Getter for EVENTTIME, with configurable default |
ASK_EVENTTIME() |
Getter for EVENTTIME w/ exceptions if field has no value |
HAS_EVENTTIME() |
Determine if EVENTTIME has a value |
eventUpdatedTime¶
The timestamp for when the timeline event was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTUPDATEDTIME() |
Getter for EVENTUPDATEDTIME, with configurable default |
ASK_EVENTUPDATEDTIME() |
Getter for EVENTUPDATEDTIME w/ exceptions if field has no va |
HAS_EVENTUPDATEDTIME() |
Determine if EVENTUPDATEDTIME has a value |
eventType¶
The type of event. The timeline event must be
Custom EventorNote.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTTYPE() |
Getter for EVENTTYPE, with configurable default |
ASK_EVENTTYPE() |
Getter for EVENTTYPE w/ exceptions if field has no value |
HAS_EVENTTYPE() |
Determine if EVENTTYPE has a value |
eventReferences¶
A list of references in a
TimelineEvent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTREFERENCES() |
Getter for EVENTREFERENCES, with configurable default |
ASK_EVENTREFERENCES() |
Getter for EVENTREFERENCES w/ exceptions if field has no val |
HAS_EVENTREFERENCES() |
Determine if EVENTREFERENCES 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_EVENTSUMMARYLIST¶
TYPES TT_EVENTSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMIEVENTSUMMARY WITH DEFAULT KEY
.