AWSEC2HistoryRecord
Objective-C
@interface AWSEC2HistoryRecord
Swift
class AWSEC2HistoryRecord
Describes an event in the history of the Spot Fleet request.
-
Information about the event.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2EventInformation *_Nullable eventInformation;
Swift
var eventInformation: AWSEC2EventInformation? { get set }
-
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.
Declaration
Objective-C
@property (nonatomic) AWSEC2EventType eventType;
Swift
var eventType: AWSEC2EventType { get set }
-
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Declaration
Objective-C
@property (nonatomic, strong) NSDate *_Nullable timestamp;
Swift
var timestamp: Date? { get set }