SavingsPlanRate
public struct SavingsPlanRate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The currency.
Declaration
Swift
public let currency: CurrencyCode? -
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: [SavingsPlanRateProperty]? -
The rate.
Declaration
Swift
public let rate: String? -
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(currency: CurrencyCode? = nil, operation: String? = nil, productType: SavingsPlanProductType? = nil, properties: [SavingsPlanRateProperty]? = nil, rate: String? = nil, serviceCode: SavingsPlanRateServiceCode? = nil, unit: SavingsPlanRateUnit? = nil, usageType: String? = nil)
View on GitHub
SavingsPlanRate Structure Reference