Class: Aws::ComputeOptimizer::Types::IdleEstimatedMonthlySavings

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

Overview

Describes the estimated monthly savings possible for idle resources by adopting Compute Optimizer recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currencyString

The currency of the estimated monthly savings.

Returns:

  • (String)


3846
3847
3848
3849
3850
3851
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3846

class IdleEstimatedMonthlySavings < Struct.new(
  :currency,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueFloat

The value of the estimated monthly savings for Idle resources.

Returns:

  • (Float)


3846
3847
3848
3849
3850
3851
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3846

class IdleEstimatedMonthlySavings < Struct.new(
  :currency,
  :value)
  SENSITIVE = []
  include Aws::Structure
end