SavingsPlansUtilizationDetail
public struct SavingsPlansUtilizationDetail : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The total amortized commitment for a Savings Plans. Includes the sum of the upfront and recurring Savings Plans fees.
Declaration
Swift
public let amortizedCommitment: SavingsPlansAmortizedCommitment?
-
The attribute that applies to a specific Dimension.
Declaration
Swift
public let attributes: [String : String]?
-
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?
-
The unique Amazon Resource Name (ARN) for a particular Savings Plan.
Declaration
Swift
public let savingsPlanArn: String?
-
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, attributes: [String : String]? = nil, savings: SavingsPlansSavings? = nil, savingsPlanArn: String? = nil, utilization: SavingsPlansUtilization? = nil)