/AWS1/CL_EC2HISTORYRECORDENTRY¶
Describes an event in the history of an EC2 Fleet.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_eventinformation TYPE REF TO /AWS1/CL_EC2EVENTINFORMATION /AWS1/CL_EC2EVENTINFORMATION¶
Information about the event.
iv_eventtype TYPE /AWS1/EC2FLEETEVENTTYPE /AWS1/EC2FLEETEVENTTYPE¶
The event type.
iv_timestamp TYPE /AWS1/EC2DATETIME /AWS1/EC2DATETIME¶
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Queryable Attributes¶
EventInformation¶
Information about the event.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTINFORMATION() |
Getter for EVENTINFORMATION |
EventType¶
The event type.
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 |
Timestamp¶
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMESTAMP() |
Getter for TIMESTAMP, with configurable default |
ASK_TIMESTAMP() |
Getter for TIMESTAMP w/ exceptions if field has no value |
HAS_TIMESTAMP() |
Determine if TIMESTAMP 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_HISTORYRECORDSET¶
TYPES TT_HISTORYRECORDSET TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2HISTORYRECORDENTRY WITH DEFAULT KEY
.