SavingsPlanOfferingRate
public struct SavingsPlanOfferingRate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The specific AWS operation for the line item in the billing report.
Declaration
Swift
public let operation: String? -
The product type.
Declaration
Swift
public let productType: SavingsPlanProductType? -
The properties.
Declaration
Swift
public let properties: [SavingsPlanOfferingRateProperty]? -
The Savings Plan rate.
Declaration
Swift
public let rate: String? -
The Savings Plan offering.
Declaration
Swift
public let savingsPlanOffering: ParentSavingsPlanOffering? -
The service.
Declaration
Swift
public let serviceCode: SavingsPlanRateServiceCode? -
The unit.
Declaration
Swift
public let unit: SavingsPlanRateUnit? -
The usage details of the line item in the billing report.
Declaration
Swift
public let usageType: String? -
Undocumented
Declaration
Swift
public init(operation: String? = nil, productType: SavingsPlanProductType? = nil, properties: [SavingsPlanOfferingRateProperty]? = nil, rate: String? = nil, savingsPlanOffering: ParentSavingsPlanOffering? = nil, serviceCode: SavingsPlanRateServiceCode? = nil, unit: SavingsPlanRateUnit? = nil, usageType: String? = nil)
View on GitHub
SavingsPlanOfferingRate Structure Reference