HistoryRecord
public struct HistoryRecord : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Information about the event.
Declaration
Swift
public let eventInformation: EventInformation?
-
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
Swift
public let eventType: EventType?
-
The date and time of the event, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Declaration
Swift
public let timestamp: TimeStamp?
-
Undocumented
Declaration
Swift
public init(eventInformation: EventInformation? = nil, eventType: EventType? = nil, timestamp: TimeStamp? = nil)