Class: Aws::CostOptimizationHub::Types::ReservedInstancesPricing

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

Overview

Pricing details for your recommended reserved instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_monthly_amortized_reservation_costFloat

The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.

Returns:

  • (Float)


1567
1568
1569
1570
1571
1572
1573
1574
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1567

class ReservedInstancesPricing < Struct.new(
  :estimated_monthly_amortized_reservation_cost,
  :estimated_on_demand_cost,
  :monthly_reservation_eligible_cost,
  :savings_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#estimated_on_demand_costFloat

The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.

Returns:

  • (Float)


1567
1568
1569
1570
1571
1572
1573
1574
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1567

class ReservedInstancesPricing < Struct.new(
  :estimated_monthly_amortized_reservation_cost,
  :estimated_on_demand_cost,
  :monthly_reservation_eligible_cost,
  :savings_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#monthly_reservation_eligible_costFloat

The cost of paying for the recommended reserved instance monthly.

Returns:

  • (Float)


1567
1568
1569
1570
1571
1572
1573
1574
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1567

class ReservedInstancesPricing < Struct.new(
  :estimated_monthly_amortized_reservation_cost,
  :estimated_on_demand_cost,
  :monthly_reservation_eligible_cost,
  :savings_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#savings_percentageFloat

The savings percentage relative to the total On-Demand costs that are associated with this instance.

Returns:

  • (Float)


1567
1568
1569
1570
1571
1572
1573
1574
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1567

class ReservedInstancesPricing < Struct.new(
  :estimated_monthly_amortized_reservation_cost,
  :estimated_on_demand_cost,
  :monthly_reservation_eligible_cost,
  :savings_percentage)
  SENSITIVE = []
  include Aws::Structure
end