Class: Aws::ComputeOptimizer::Types::EstimatedMonthlySavings

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

Overview

Describes the estimated monthly savings amount possible, based on On-Demand instance pricing, by adopting Compute Optimizer recommendations for a given resource.

For more information, see Estimated monthly savings and savings opportunities in the Compute Optimizer User Guide.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currencyString

The currency of the estimated monthly savings.

Returns:

  • (String)


1479
1480
1481
1482
1483
1484
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1479

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

#valueFloat

The value of the estimated monthly savings.

Returns:

  • (Float)


1479
1480
1481
1482
1483
1484
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 1479

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