SavingsPlansUtilizationByTime
public struct SavingsPlansUtilizationByTime : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.
Declaration
Swift
public let amortizedCommitment: SavingsPlansAmortizedCommitment?
-
The amount saved by using existing Savings Plans. Savings returns both net savings from Savings Plans as well as the onDemandCostEquivalent of the Savings Plans when considering the utilization rate.
Declaration
Swift
public let savings: SavingsPlansSavings?
-
Undocumented
Declaration
Swift
public let timePeriod: DateInterval
-
A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
Declaration
Swift
public let utilization: SavingsPlansUtilization
-
Undocumented
Declaration
Swift
public init(amortizedCommitment: SavingsPlansAmortizedCommitment? = nil, savings: SavingsPlansSavings? = nil, timePeriod: DateInterval, utilization: SavingsPlansUtilization)