Class: Aws::CostExplorer::Types::ReservationAggregates
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostExplorer::Types::ReservationAggregates
- Defined in:
- gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb
Overview
The aggregated numbers for your reservation usage.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#amortized_recurring_fee ⇒ String
The monthly cost of your reservation.
-
#amortized_upfront_fee ⇒ String
The upfront cost of your reservation.
-
#net_ri_savings ⇒ String
How much you saved due to purchasing and utilizing reservation.
-
#on_demand_cost_of_ri_hours_used ⇒ String
How much your reservation costs if charged On-Demand rates.
-
#purchased_hours ⇒ String
How many reservation hours that you purchased.
-
#purchased_units ⇒ String
The number of Amazon EC2 reservation hours that you purchased.
-
#realized_savings ⇒ String
The realized savings because of purchasing and using a reservation.
-
#ri_cost_for_unused_hours ⇒ String
The cost of unused hours for your reservation.
-
#total_actual_hours ⇒ String
The total number of reservation hours that you used.
-
#total_actual_units ⇒ String
The total number of Amazon EC2 reservation hours that you used.
-
#total_amortized_fee ⇒ String
The total cost of your reservation.
-
#total_potential_ri_savings ⇒ String
How much you might save if you use your entire reservation.
-
#unrealized_savings ⇒ String
The unrealized savings because of purchasing and using a reservation.
-
#unused_hours ⇒ String
The number of reservation hours that you didn't use.
-
#unused_units ⇒ String
The number of Amazon EC2 reservation hours that you didn't use.
-
#utilization_percentage ⇒ String
The percentage of reservation time that you used.
-
#utilization_percentage_in_units ⇒ String
The percentage of Amazon EC2 reservation time that you used.
Instance Attribute Details
#amortized_recurring_fee ⇒ String
The monthly cost of your reservation. It's amortized over the reservation period.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#amortized_upfront_fee ⇒ String
The upfront cost of your reservation. It's amortized over the reservation period.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#net_ri_savings ⇒ String
How much you saved due to purchasing and utilizing reservation.
Amazon Web Services calculates this by subtracting
TotalAmortizedFee
from OnDemandCostOfRIHoursUsed
.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#on_demand_cost_of_ri_hours_used ⇒ String
How much your reservation costs if charged On-Demand rates.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#purchased_hours ⇒ String
How many reservation hours that you purchased.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#purchased_units ⇒ String
The number of Amazon EC2 reservation hours that you purchased. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#realized_savings ⇒ String
The realized savings because of purchasing and using a reservation.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#ri_cost_for_unused_hours ⇒ String
The cost of unused hours for your reservation.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#total_actual_hours ⇒ String
The total number of reservation hours that you used.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#total_actual_units ⇒ String
The total number of Amazon EC2 reservation hours that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#total_amortized_fee ⇒ String
The total cost of your reservation. It's amortized over the reservation period.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#total_potential_ri_savings ⇒ String
How much you might save if you use your entire reservation.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#unrealized_savings ⇒ String
The unrealized savings because of purchasing and using a reservation.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#unused_hours ⇒ String
The number of reservation hours that you didn't use.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#unused_units ⇒ String
The number of Amazon EC2 reservation hours that you didn't use. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#utilization_percentage ⇒ String
The percentage of reservation time that you used.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |
#utilization_percentage_in_units ⇒ String
The percentage of Amazon EC2 reservation time that you used. It's converted to normalized units. Normalized units are available only for Amazon EC2 usage after November 11, 2017.
6472 6473 6474 6475 6476 6477 6478 6479 6480 6481 6482 6483 6484 6485 6486 6487 6488 6489 6490 6491 6492 |
# File 'gems/aws-sdk-costexplorer/lib/aws-sdk-costexplorer/types.rb', line 6472 class ReservationAggregates < Struct.new( :utilization_percentage, :utilization_percentage_in_units, :purchased_hours, :purchased_units, :total_actual_hours, :total_actual_units, :unused_hours, :unused_units, :on_demand_cost_of_ri_hours_used, :net_ri_savings, :total_potential_ri_savings, :amortized_upfront_fee, :amortized_recurring_fee, :total_amortized_fee, :ri_cost_for_unused_hours, :realized_savings, :unrealized_savings) SENSITIVE = [] include Aws::Structure end |