Class: Aws::CostExplorer::Types::SavingsPlansCoverage

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

Overview

The amount of Savings Plans eligible usage that is covered by Savings Plans. All calculations consider the On-Demand equivalent of your Savings Plans usage.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesHash<String,String>

The attribute that applies to a specific ‘Dimension`.

Returns:

  • (Hash<String,String>)


5909
5910
5911
5912
5913
5914
5915
# File 'lib/aws-sdk-costexplorer/types.rb', line 5909

class SavingsPlansCoverage < Struct.new(
  :attributes,
  :coverage,
  :time_period)
  SENSITIVE = []
  include Aws::Structure
end

#coverageTypes::SavingsPlansCoverageData

The amount of Savings Plans eligible usage that the Savings Plans covered.



5909
5910
5911
5912
5913
5914
5915
# File 'lib/aws-sdk-costexplorer/types.rb', line 5909

class SavingsPlansCoverage < Struct.new(
  :attributes,
  :coverage,
  :time_period)
  SENSITIVE = []
  include Aws::Structure
end

#time_periodTypes::DateInterval

The time period of the request.

Returns:



5909
5910
5911
5912
5913
5914
5915
# File 'lib/aws-sdk-costexplorer/types.rb', line 5909

class SavingsPlansCoverage < Struct.new(
  :attributes,
  :coverage,
  :time_period)
  SENSITIVE = []
  include Aws::Structure
end