HostOffering
public struct HostOffering : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The currency of the offering.
Declaration
Swift
public let currencyCode: CurrencyCodeValues? -
The duration of the offering (in seconds).
Declaration
Swift
public let duration: Int? -
The hourly price of the offering.
Declaration
Swift
public let hourlyPrice: String? -
The instance family of the offering.
Declaration
Swift
public let instanceFamily: String? -
The ID of the offering.
Declaration
Swift
public let offeringId: String? -
The available payment option.
Declaration
Swift
public let paymentOption: PaymentOption? -
The upfront price of the offering. Does not apply to No Upfront offerings.
Declaration
Swift
public let upfrontPrice: String? -
Undocumented
Declaration
Swift
public init(currencyCode: CurrencyCodeValues? = nil, duration: Int? = nil, hourlyPrice: String? = nil, instanceFamily: String? = nil, offeringId: String? = nil, paymentOption: PaymentOption? = nil, upfrontPrice: String? = nil)
View on GitHub
HostOffering Structure Reference