HistoryRecordEntry
public struct HistoryRecordEntry : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Information about the event.
Declaration
Swift
public let eventInformation: EventInformation? -
The event type.
Declaration
Swift
public let eventType: FleetEventType? -
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: FleetEventType? = nil, timestamp: TimeStamp? = nil)
View on GitHub
HistoryRecordEntry Structure Reference