Class: Aws::ComputeOptimizer::Types::InstanceEstimatedMonthlySavings

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

Overview

An object that describes the estimated monthly savings possible by adopting Compute Optimizer’s Amazon EC2 instance recommendations. This is based on the Savings Plans and Reserved Instances pricing discounts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currencyString

The currency of the estimated monthly savings.

Returns:

  • (String)


3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3424

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

#valueFloat

The value of the estimated monthly savings.

Returns:

  • (Float)


3424
3425
3426
3427
3428
3429
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3424

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