Class: Aws::ComputeOptimizer::Types::IdleSavingsOpportunityAfterDiscounts
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::IdleSavingsOpportunityAfterDiscounts
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Describes the savings opportunity for idle resource recommendations after applying discounts.
Savings opportunity represents the estimated monthly savings after applying discounts. You can achieve this by implementing a given Compute Optimizer recommendation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#estimated_monthly_savings ⇒ Types::IdleEstimatedMonthlySavings
The estimated monthly savings possible by adopting Compute Optimizer’s idle resource recommendations.
-
#savings_opportunity_percentage ⇒ Float
The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s idle resource recommendations.
Instance Attribute Details
#estimated_monthly_savings ⇒ Types::IdleEstimatedMonthlySavings
The estimated monthly savings possible by adopting Compute Optimizer’s idle resource recommendations. This includes any applicable discounts.
4037 4038 4039 4040 4041 4042 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4037 class IdleSavingsOpportunityAfterDiscounts < Struct.new( :savings_opportunity_percentage, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |
#savings_opportunity_percentage ⇒ Float
The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s idle resource recommendations. This includes any applicable discounts.
4037 4038 4039 4040 4041 4042 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4037 class IdleSavingsOpportunityAfterDiscounts < Struct.new( :savings_opportunity_percentage, :estimated_monthly_savings) SENSITIVE = [] include Aws::Structure end |