Class: Aws::ComputeOptimizer::Types::LambdaSavingsEstimationMode

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

Overview

Describes the savings estimation used for calculating savings opportunity for Lambda functions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#sourceString

Describes the source for calculation of savings opportunity for Lambda functions.

Returns:

  • (String)


4422
4423
4424
4425
4426
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4422

class LambdaSavingsEstimationMode < Struct.new(
  :source)
  SENSITIVE = []
  include Aws::Structure
end