SavingsPlanOffering
public struct SavingsPlanOffering : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The currency.
Declaration
Swift
public let currency: CurrencyCode?
-
The description.
Declaration
Swift
public let description: String?
-
The duration, in seconds.
Declaration
Swift
public let durationSeconds: Int64?
-
The ID of the offering.
Declaration
Swift
public let offeringId: String?
-
The specific AWS operation for the line item in the billing report.
Declaration
Swift
public let operation: String?
-
The payment option.
Declaration
Swift
public let paymentOption: SavingsPlanPaymentOption?
-
The plan type.
Declaration
Swift
public let planType: SavingsPlanType?
-
The product type.
Declaration
Swift
public let productTypes: [SavingsPlanProductType]?
-
The properties.
Declaration
Swift
public let properties: [SavingsPlanOfferingProperty]?
-
The service.
Declaration
Swift
public let serviceCode: String?
-
The usage details of the line item in the billing report.
Declaration
Swift
public let usageType: String?
-
init(currency:description:durationSeconds:offeringId:operation:paymentOption:planType:productTypes:properties:serviceCode:usageType:)
Undocumented
Declaration
Swift
public init(currency: CurrencyCode? = nil, description: String? = nil, durationSeconds: Int64? = nil, offeringId: String? = nil, operation: String? = nil, paymentOption: SavingsPlanPaymentOption? = nil, planType: SavingsPlanType? = nil, productTypes: [SavingsPlanProductType]? = nil, properties: [SavingsPlanOfferingProperty]? = nil, serviceCode: String? = nil, usageType: String? = nil)