DescribeSpotFleetRequestHistoryResponse

public struct DescribeSpotFleetRequestHistoryResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Information about the events in the history of the Spot Fleet request.

    Declaration

    Swift

    public let historyRecords: [HistoryRecord]?
  • 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 required to retrieve the next set of results. This value is null when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • The ID of the Spot Fleet request.

    Declaration

    Swift

    public let spotFleetRequestId: String?
  • The starting 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(historyRecords: [HistoryRecord]? = nil, lastEvaluatedTime: TimeStamp? = nil, nextToken: String? = nil, spotFleetRequestId: String? = nil, startTime: TimeStamp? = nil)