Class: Aws::ComputeOptimizer::Types::IdleSavingsOpportunity

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

Describes the savings opportunity for idle resource recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#estimated_monthly_savingsTypes::IdleEstimatedMonthlySavings

The estimated monthly savings possible by adopting Compute Optimizer’s idle resource recommendations.



4009
4010
4011
4012
4013
4014
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4009

class IdleSavingsOpportunity < Struct.new(
  :savings_opportunity_percentage,
  :estimated_monthly_savings)
  SENSITIVE = []
  include Aws::Structure
end

#savings_opportunity_percentageFloat

The estimated monthly savings possible as a percentage of monthly cost by adopting Compute Optimizer’s idle resource recommendations.

Returns:

  • (Float)


4009
4010
4011
4012
4013
4014
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4009

class IdleSavingsOpportunity < Struct.new(
  :savings_opportunity_percentage,
  :estimated_monthly_savings)
  SENSITIVE = []
  include Aws::Structure
end