Class: Aws::CostOptimizationHub::Types::ReservedInstancesPricing
- Inherits:
-
Struct
- Object
- Struct
- Aws::CostOptimizationHub::Types::ReservedInstancesPricing
- 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
-
#estimated_monthly_amortized_reservation_cost ⇒ Float
The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.
-
#estimated_on_demand_cost ⇒ Float
The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.
-
#monthly_reservation_eligible_cost ⇒ Float
The cost of paying for the recommended reserved instance monthly.
-
#savings_percentage ⇒ Float
The savings percentage relative to the total On-Demand costs that are associated with this instance.
Instance Attribute Details
#estimated_monthly_amortized_reservation_cost ⇒ Float
The estimated cost of your recurring monthly fees for the recommended reserved instance across the month.
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_cost ⇒ Float
The remaining On-Demand cost estimated to not be covered by the recommended reserved instance, over the length of the lookback period.
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_cost ⇒ Float
The cost of paying for the recommended reserved instance monthly.
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_percentage ⇒ Float
The savings percentage relative to the total On-Demand costs that are associated with this instance.
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 |