PriceScheduleSpecification

public struct PriceScheduleSpecification : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The currency for transacting the Reserved Instance resale. At this time, the only supported currency is USD.

    Declaration

    Swift

    public let currencyCode: CurrencyCodeValues?
  • The fixed price for the term.

    Declaration

    Swift

    public let price: Double?
  • The number of months remaining in the reservation. For example, 2 is the second to the last month before the capacity reservation expires.

    Declaration

    Swift

    public let term: Int64?
  • Undocumented

    Declaration

    Swift

    public init(currencyCode: CurrencyCodeValues? = nil, price: Double? = nil, term: Int64? = nil)