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

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



4811
4812
4813
4814
4815
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 4811

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