ParentSavingsPlanOffering
public struct ParentSavingsPlanOffering : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The currency.
Declaration
Swift
public let currency: CurrencyCode? -
The duration, in seconds.
Declaration
Swift
public let durationSeconds: Int64? -
The ID of the offering.
Declaration
Swift
public let offeringId: String? -
The payment option.
Declaration
Swift
public let paymentOption: SavingsPlanPaymentOption? -
The description.
Declaration
Swift
public let planDescription: String? -
The plan type.
Declaration
Swift
public let planType: SavingsPlanType? -
Undocumented
Declaration
Swift
public init(currency: CurrencyCode? = nil, durationSeconds: Int64? = nil, offeringId: String? = nil, paymentOption: SavingsPlanPaymentOption? = nil, planDescription: String? = nil, planType: SavingsPlanType? = nil)
View on GitHub
ParentSavingsPlanOffering Structure Reference