Class: Aws::CostExplorer::Types::SavingsPlansUtilizationByTime

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-costexplorer/types.rb

Overview

The amount of Savings Plans utilization (in hours).

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amortized_commitmentTypes::SavingsPlansAmortizedCommitment

The total amortized commitment for a Savings Plans. This includes the sum of the upfront and recurring Savings Plans fees.



6652
6653
6654
6655
6656
6657
6658
6659
# File 'lib/aws-sdk-costexplorer/types.rb', line 6652

class SavingsPlansUtilizationByTime < Struct.new(
  :time_period,
  :utilization,
  :savings,
  :amortized_commitment)
  SENSITIVE = []
  include Aws::Structure
end

#savingsTypes::SavingsPlansSavings

The amount that’s saved by using existing Savings Plans. Savings returns both net savings from Savings Plans and also the ‘onDemandCostEquivalent` of the Savings Plans when considering the utilization rate.



6652
6653
6654
6655
6656
6657
6658
6659
# File 'lib/aws-sdk-costexplorer/types.rb', line 6652

class SavingsPlansUtilizationByTime < Struct.new(
  :time_period,
  :utilization,
  :savings,
  :amortized_commitment)
  SENSITIVE = []
  include Aws::Structure
end

#time_periodTypes::DateInterval

The time period of the request.

Returns:



6652
6653
6654
6655
6656
6657
6658
6659
# File 'lib/aws-sdk-costexplorer/types.rb', line 6652

class SavingsPlansUtilizationByTime < Struct.new(
  :time_period,
  :utilization,
  :savings,
  :amortized_commitment)
  SENSITIVE = []
  include Aws::Structure
end

#utilizationTypes::SavingsPlansUtilization

A ratio of your effectiveness of using existing Savings Plans to apply to workloads that are Savings Plans eligible.



6652
6653
6654
6655
6656
6657
6658
6659
# File 'lib/aws-sdk-costexplorer/types.rb', line 6652

class SavingsPlansUtilizationByTime < Struct.new(
  :time_period,
  :utilization,
  :savings,
  :amortized_commitment)
  SENSITIVE = []
  include Aws::Structure
end