DescribeFleetHistoryResult
public struct DescribeFleetHistoryResult : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the EC Fleet.
Declaration
Swift
public let fleetId: String?
-
Information about the events in the history of the EC2 Fleet.
Declaration
Swift
public let historyRecords: [HistoryRecordEntry]?
-
The last date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ). All records up to this time were retrieved. If nextToken indicates that there are more results, this value is not present.
Declaration
Swift
public let lastEvaluatedTime: TimeStamp?
-
The token for the next set of results.
Declaration
Swift
public let nextToken: String?
-
The start date and time for the events, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).
Declaration
Swift
public let startTime: TimeStamp?
-
Undocumented
Declaration
Swift
public init(fleetId: String? = nil, historyRecords: [HistoryRecordEntry]? = nil, lastEvaluatedTime: TimeStamp? = nil, nextToken: String? = nil, startTime: TimeStamp? = nil)