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)


1681
1682
1683
1684
1685
1686
1687
1688
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1681

class ReservedInstancesPricing < Struct.new(
  :estimated_on_demand_cost,
  :monthly_reservation_eligible_cost,
  :savings_percentage,
  :estimated_monthly_amortized_reservation_cost)
  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)


1681
1682
1683
1684
1685
1686
1687
1688
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1681

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

#monthly_reservation_eligible_costFloat

The cost of paying for the recommended reserved instance monthly.

Returns:

  • (Float)


1681
1682
1683
1684
1685
1686
1687
1688
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1681

class ReservedInstancesPricing < Struct.new(
  :estimated_on_demand_cost,
  :monthly_reservation_eligible_cost,
  :savings_percentage,
  :estimated_monthly_amortized_reservation_cost)
  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)


1681
1682
1683
1684
1685
1686
1687
1688
# File 'gems/aws-sdk-costoptimizationhub/lib/aws-sdk-costoptimizationhub/types.rb', line 1681

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