Class: Aws::CostExplorer::Types::SavingsPlansUtilizationAggregates
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansUtilizationAggregates
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
The aggregated utilization metrics for your Savings Plans usage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amortized_commitment ⇒ Types::SavingsPlansAmortizedCommitment
The total amortized commitment for a Savings Plans.
-
#savings ⇒ Types::SavingsPlansSavings
The amount saved by using existing Savings Plans.
-
#utilization ⇒ Types::SavingsPlansUtilization
A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
Instance Attribute Details
#amortized_commitment ⇒ Types::SavingsPlansAmortizedCommitment
The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.
6791 6792 6793 6794 6795 6796 6797 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6791 class SavingsPlansUtilizationAggregates < Struct.new( :utilization, :savings, :amortized_commitment) SENSITIVE = [] include Aws::Structure end |
#savings ⇒ Types::SavingsPlansSavings
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.
6791 6792 6793 6794 6795 6796 6797 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6791 class SavingsPlansUtilizationAggregates < Struct.new( :utilization, :savings, :amortized_commitment) SENSITIVE = [] include Aws::Structure end |
#utilization ⇒ Types::SavingsPlansUtilization
A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.
6791 6792 6793 6794 6795 6796 6797 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6791 class SavingsPlansUtilizationAggregates < Struct.new( :utilization, :savings, :amortized_commitment) SENSITIVE = [] include Aws::Structure end |