AWSEC2HistoryRecordEntry

Objective-C

@interface AWSEC2HistoryRecordEntry

Swift

class AWSEC2HistoryRecordEntry

Describes an event in the history of an EC2 Fleet.

  • Information about the event.

    Declaration

    Objective-C

    @property (nonatomic, strong) AWSEC2EventInformation *_Nullable eventInformation;

    Swift

    var eventInformation: AWSEC2EventInformation? { get set }
  • The event type.

    Declaration

    Objective-C

    @property (nonatomic) AWSEC2FleetEventType eventType;

    Swift

    var eventType: AWSEC2FleetEventType { 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 }