Class: Aws::CostExplorer::Types::SavingsPlansCoverage
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::SavingsPlansCoverage
- Defined in:
- gems/aws-sdk-costexplorer/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
-
#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
.
5828 5829 5830 5831 5832 5833 5834 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5828 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.
5828 5829 5830 5831 5832 5833 5834 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5828 class SavingsPlansCoverage < Struct.new( :attributes, :coverage, :time_period) SENSITIVE = [] include Aws::Structure end |
#time_period ⇒ Types::DateInterval
The time period of the request.
5828 5829 5830 5831 5832 5833 5834 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 5828 class SavingsPlansCoverage < Struct.new( :attributes, :coverage, :time_period) SENSITIVE = [] include Aws::Structure end |