Class: Aws::CostExplorer::Types::Coverage

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

Overview

The amount of instance usage that a reservation covered.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#coverage_costTypes::CoverageCost

The amount of cost that the reservation covered.

Returns:



846
847
848
849
850
851
852
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 846

class Coverage < Struct.new(
  :coverage_hours,
  :coverage_normalized_units,
  :coverage_cost)
  SENSITIVE = []
  include Aws::Structure
end

#coverage_hoursTypes::CoverageHours

The amount of instance usage that the reservation covered, in hours.



846
847
848
849
850
851
852
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 846

class Coverage < Struct.new(
  :coverage_hours,
  :coverage_normalized_units,
  :coverage_cost)
  SENSITIVE = []
  include Aws::Structure
end

#coverage_normalized_unitsTypes::CoverageNormalizedUnits

The amount of instance usage that the reservation covered, in normalized units.



846
847
848
849
850
851
852
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 846

class Coverage < Struct.new(
  :coverage_hours,
  :coverage_normalized_units,
  :coverage_cost)
  SENSITIVE = []
  include Aws::Structure
end