/AWS1/CL_EC2HISTORYRECORD¶
Describes an event in the history of the Spot Fleet request.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
io_eventinformation
TYPE REF TO /AWS1/CL_EC2EVENTINFORMATION
/AWS1/CL_EC2EVENTINFORMATION
¶
Information about the event.
iv_eventtype
TYPE /AWS1/EC2EVENTTYPE
/AWS1/EC2EVENTTYPE
¶
The event type.
error
- An error with the Spot Fleet request.
fleetRequestChange
- A change in the status or configuration of the Spot Fleet request.
instanceChange
- An instance was launched or terminated.
Information
- An informational event.
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.
error
- An error with the Spot Fleet request.
fleetRequestChange
- A change in the status or configuration of the Spot Fleet request.
instanceChange
- An instance was launched or terminated.
Information
- An informational event.
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_HISTORYRECORDS
¶
TYPES TT_HISTORYRECORDS TYPE STANDARD TABLE OF REF TO /AWS1/CL_EC2HISTORYRECORD WITH DEFAULT KEY
.