Class: Aws::CostExplorer::Types::Coverage
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::Coverage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-costexplorer/types.rb
Overview
The amount of instance usage that a reservation covered.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#coverage_cost ⇒ Types::CoverageCost
The amount of cost that the reservation covered.
-
#coverage_hours ⇒ Types::CoverageHours
The amount of instance usage that the reservation covered, in hours.
-
#coverage_normalized_units ⇒ Types::CoverageNormalizedUnits
The amount of instance usage that the reservation covered, in normalized units.
Instance Attribute Details
#coverage_cost ⇒ Types::CoverageCost
The amount of cost that the reservation covered.
841 842 843 844 845 846 847 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 841 class Coverage < Struct.new( :coverage_hours, :coverage_normalized_units, :coverage_cost) SENSITIVE = [] include Aws::Structure end |
#coverage_hours ⇒ Types::CoverageHours
The amount of instance usage that the reservation covered, in hours.
841 842 843 844 845 846 847 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 841 class Coverage < Struct.new( :coverage_hours, :coverage_normalized_units, :coverage_cost) SENSITIVE = [] include Aws::Structure end |
#coverage_normalized_units ⇒ Types::CoverageNormalizedUnits
The amount of instance usage that the reservation covered, in normalized units.
841 842 843 844 845 846 847 |
# File 'lib/aws-sdk-costexplorer/types.rb', line 841 class Coverage < Struct.new( :coverage_hours, :coverage_normalized_units, :coverage_cost) SENSITIVE = [] include Aws::Structure end |