ReservedInstanceLimitPrice
public struct ReservedInstanceLimitPrice : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Used for Reserved Instance Marketplace offerings. Specifies the limit price on the total order (instanceCount * price).
Declaration
Swift
public let amount: Double? -
The currency in which the limitPrice amount is specified. At this time, the only supported currency is USD.
Declaration
Swift
public let currencyCode: CurrencyCodeValues? -
Undocumented
Declaration
Swift
public init(amount: Double? = nil, currencyCode: CurrencyCodeValues? = nil)
View on GitHub
ReservedInstanceLimitPrice Structure Reference