Class: Aws::CostExplorer::Types::SavingsPlansCoverage
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansCoverage
- Includes:
- Structure
- Defined in:
- 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
-
#attributes ⇒ Hash<String,String>
The attribute that applies to a specific ‘Dimension`.
-
#coverage ⇒ Types::SavingsPlansCoverageData
The amount of Savings Plans eligible usage that the Savings Plans covered.
-
#time_period ⇒ Types::DateInterval
The time period of the request.
Instance Attribute Details
#attributes ⇒ Hash<String,String>
The attribute that applies to a specific ‘Dimension`.
6249 6250 6251 6252 6253 6254 6255 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6249 class SavingsPlansCoverage < Struct.new( :attributes, :coverage, :time_period) SENSITIVE = [] include Aws::Structure end |
#coverage ⇒ Types::SavingsPlansCoverageData
The amount of Savings Plans eligible usage that the Savings Plans covered.
6249 6250 6251 6252 6253 6254 6255 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6249 class SavingsPlansCoverage < Struct.new( :attributes, :coverage, :time_period) SENSITIVE = [] include Aws::Structure end |
#time_period ⇒ Types::DateInterval
The time period of the request.
6249 6250 6251 6252 6253 6254 6255 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 6249 class SavingsPlansCoverage < Struct.new( :attributes, :coverage, :time_period) SENSITIVE = [] include Aws::Structure end |