Class: Aws::ComputeOptimizer::Types::LambdaEffectiveRecommendationPreferences

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

Overview

Describes the effective recommendation preferences for Lambda functions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#savings_estimation_modeTypes::LambdaSavingsEstimationMode

Describes the savings estimation mode applied for calculating savings opportunity for Lambda functions.



4057
4058
4059
4060
4061
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 4057

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