DescribeSpotPriceHistoryResult

public struct DescribeSpotPriceHistoryResult : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token required to retrieve the next set of results. This value is null or an empty string when there are no more results to return.

    Declaration

    Swift

    public let nextToken: String?
  • The historical Spot prices.

    Declaration

    Swift

    public let spotPriceHistory: [SpotPrice]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, spotPriceHistory: [SpotPrice]? = nil)