You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CostExplorer::Types::CoverageHours

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

How long a running instance either used a reservation or was On-Demand.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#coverage_hours_percentageString

The percentage of instance hours that a reservation covered.

Returns:

  • (String)

    The percentage of instance hours that a reservation covered.

#on_demand_hoursString

The number of instance running hours that On-Demand Instances covered.

Returns:

  • (String)

    The number of instance running hours that On-Demand Instances covered.

#reserved_hoursString

The number of instance running hours that reservations covered.

Returns:

  • (String)

    The number of instance running hours that reservations covered.

#total_running_hoursString

The total instance usage, in hours.

Returns:

  • (String)

    The total instance usage, in hours.