/AWS1/CL_SMIEVENTREFERENCE¶
An item referenced in a TimelineEvent that is involved in or somehow
associated with an incident. You can specify an Amazon Resource Name (ARN) for an Amazon Web Services resource or a RelatedItem ID.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_resource TYPE /AWS1/SMIARN /AWS1/SMIARN¶
The Amazon Resource Name (ARN) of an Amazon Web Services resource referenced in a
TimelineEvent.
iv_relateditemid TYPE /AWS1/SMIGENERATEDID /AWS1/SMIGENERATEDID¶
The ID of a
RelatedItemreferenced in aTimelineEvent.
Queryable Attributes¶
resource¶
The Amazon Resource Name (ARN) of an Amazon Web Services resource referenced in a
TimelineEvent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCE() |
Getter for RESOURCE, with configurable default |
ASK_RESOURCE() |
Getter for RESOURCE w/ exceptions if field has no value |
HAS_RESOURCE() |
Determine if RESOURCE has a value |
relatedItemId¶
The ID of a
RelatedItemreferenced in aTimelineEvent.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RELATEDITEMID() |
Getter for RELATEDITEMID, with configurable default |
ASK_RELATEDITEMID() |
Getter for RELATEDITEMID w/ exceptions if field has no value |
HAS_RELATEDITEMID() |
Determine if RELATEDITEMID 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_EVENTREFERENCELIST¶
TYPES TT_EVENTREFERENCELIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_SMIEVENTREFERENCE WITH DEFAULT KEY
.