Class: Aws::ComputeOptimizer::Types::LambdaEstimatedMonthlySavings

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

Overview

Describes the estimated monthly savings possible for Lambda functions by adopting Compute Optimizer recommendations. This is based on Lambda functions pricing after applying Savings Plans discounts.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#currencyString

The currency of the estimated monthly savings.

Returns:

  • (String)


4077
4078
4079
4080
4081
4082
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4077

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

#valueFloat

The value of the estimated monthly savings.

Returns:

  • (Float)


4077
4078
4079
4080
4081
4082
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4077

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