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

Class: Aws::CostExplorer::Types::ReservationAggregates

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#amortized_recurring_feeString

The monthly cost of your reservation, amortized over the reservation period.

Returns:

  • (String)

    The monthly cost of your reservation, amortized over the reservation period.

#amortized_upfront_feeString

The upfront cost of your reservation, amortized over the reservation period.

Returns:

  • (String)

    The upfront cost of your reservation, amortized over the reservation period.

#net_ri_savingsString

How much you saved due to purchasing and utilizing reservation. AWS calculates this by subtracting TotalAmortizedFee from OnDemandCostOfRIHoursUsed.

Returns:

  • (String)

    How much you saved due to purchasing and utilizing reservation.

#on_demand_cost_of_ri_hours_usedString

How much your reservation would cost if charged On-Demand rates.

Returns:

  • (String)

    How much your reservation would cost if charged On-Demand rates.

#purchased_hoursString

How many reservation hours that you purchased.

Returns:

  • (String)

    How many reservation hours that you purchased.

#purchased_unitsString

How many Amazon EC2 reservation hours that you purchased, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

Returns:

  • (String)

    How many Amazon EC2 reservation hours that you purchased, converted to normalized units.

#total_actual_hoursString

The total number of reservation hours that you used.

Returns:

  • (String)

    The total number of reservation hours that you used.

#total_actual_unitsString

The total number of Amazon EC2 reservation hours that you used, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

Returns:

  • (String)

    The total number of Amazon EC2 reservation hours that you used, converted to normalized units.

#total_amortized_feeString

The total cost of your reservation, amortized over the reservation period.

Returns:

  • (String)

    The total cost of your reservation, amortized over the reservation period.

#total_potential_ri_savingsString

How much you could save if you use your entire reservation.

Returns:

  • (String)

    How much you could save if you use your entire reservation.

#unused_hoursString

The number of reservation hours that you didn\'t use.

Returns:

  • (String)

    The number of reservation hours that you didn\'t use.

#unused_unitsString

The number of Amazon EC2 reservation hours that you didn\'t use, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

Returns:

  • (String)

    The number of Amazon EC2 reservation hours that you didn\'t use, converted to normalized units.

#utilization_percentageString

The percentage of reservation time that you used.

Returns:

  • (String)

    The percentage of reservation time that you used.

#utilization_percentage_in_unitsString

The percentage of Amazon EC2 reservation time that you used, converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.

Returns:

  • (String)

    The percentage of Amazon EC2 reservation time that you used, converted to normalized units.