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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


4717
4718
4719
4720
4721
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4717

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