Class: Aws::CostExplorer::Types::SavingsPlansUtilizationDetail

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

Overview

A single daily or monthly Savings Plans utilization rate and details for your account. A management account in an organization have access to member accounts. You can use ‘GetDimensionValues` to determine the possible dimension values.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#amortized_commitmentTypes::SavingsPlansAmortizedCommitment

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



6698
6699
6700
6701
6702
6703
6704
6705
6706
# File 'lib/aws-sdk-costexplorer/types.rb', line 6698

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

#attributesHash<String,String>

The attribute that applies to a specific ‘Dimension`.

Returns:

  • (Hash<String,String>)


6698
6699
6700
6701
6702
6703
6704
6705
6706
# File 'lib/aws-sdk-costexplorer/types.rb', line 6698

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

#savingsTypes::SavingsPlansSavings

The amount 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.



6698
6699
6700
6701
6702
6703
6704
6705
6706
# File 'lib/aws-sdk-costexplorer/types.rb', line 6698

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

#savings_plan_arnString

The unique Amazon Resource Name (ARN) for a particular Savings Plan.

Returns:

  • (String)


6698
6699
6700
6701
6702
6703
6704
6705
6706
# File 'lib/aws-sdk-costexplorer/types.rb', line 6698

class SavingsPlansUtilizationDetail < Struct.new(
  :savings_plan_arn,
  :attributes,
  :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.



6698
6699
6700
6701
6702
6703
6704
6705
6706
# File 'lib/aws-sdk-costexplorer/types.rb', line 6698

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