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

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

Overview

The amount of Savings Plans eligible usage that's 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>)


6208
6209
6210
6211
6212
6213
6214
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6208

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.



6208
6209
6210
6211
6212
6213
6214
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6208

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

#time_periodTypes::DateInterval

The time period of the request.

Returns:



6208
6209
6210
6211
6212
6213
6214
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6208

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