SavingsPlansCoverageData
public struct SavingsPlansCoverageData : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The percentage of your existing Savings Plans covered usage, divided by all of your eligible Savings Plans usage in an account(or set of accounts).
Declaration
Swift
public let coveragePercentage: String?
-
The cost of your Amazon Web Services usage at the public On-Demand rate.
Declaration
Swift
public let onDemandCost: String?
-
The amount of your Amazon Web Services usage that is covered by a Savings Plans.
Declaration
Swift
public let spendCoveredBySavingsPlans: String?
-
The total cost of your Amazon Web Services usage, regardless of your purchase option.
Declaration
Swift
public let totalCost: String?
-
Undocumented
Declaration
Swift
public init(coveragePercentage: String? = nil, onDemandCost: String? = nil, spendCoveredBySavingsPlans: String? = nil, totalCost: String? = nil)