Class: Aws::Types::LambdaFunctionRecommendation
- Inherits:
-
Object
- Object
- Aws::Types::LambdaFunctionRecommendation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#current_memory_size ⇒ ::Integer
Returns the value of attribute current_memory_size.
-
#current_performance_risk ⇒ "VeryLow", ...
Returns the value of attribute current_performance_risk.
-
#effective_recommendation_preferences ⇒ Types::LambdaEffectiveRecommendationPreferences
Returns the value of attribute effective_recommendation_preferences.
-
#finding ⇒ "Optimized", ...
Returns the value of attribute finding.
-
#finding_reason_codes ⇒ ::Array[("MemoryOverprovisioned" | "MemoryUnderprovisioned" | "InsufficientData" | "Inconclusive")]
Returns the value of attribute finding_reason_codes.
-
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
-
#function_version ⇒ ::String
Returns the value of attribute function_version.
-
#last_refresh_timestamp ⇒ ::Time
Returns the value of attribute last_refresh_timestamp.
-
#lookback_period_in_days ⇒ ::Float
Returns the value of attribute lookback_period_in_days.
-
#memory_size_recommendation_options ⇒ ::Array[Types::LambdaFunctionMemoryRecommendationOption]
Returns the value of attribute memory_size_recommendation_options.
-
#number_of_invocations ⇒ ::Integer
Returns the value of attribute number_of_invocations.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
-
#utilization_metrics ⇒ ::Array[Types::LambdaFunctionUtilizationMetric]
Returns the value of attribute utilization_metrics.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
877 878 879 |
# File 'sig/types.rbs', line 877 def account_id @account_id end |
#current_memory_size ⇒ ::Integer
Returns the value of attribute current_memory_size.
878 879 880 |
# File 'sig/types.rbs', line 878 def current_memory_size @current_memory_size end |
#current_performance_risk ⇒ "VeryLow", ...
Returns the value of attribute current_performance_risk.
886 887 888 |
# File 'sig/types.rbs', line 886 def current_performance_risk @current_performance_risk end |
#effective_recommendation_preferences ⇒ Types::LambdaEffectiveRecommendationPreferences
Returns the value of attribute effective_recommendation_preferences.
887 888 889 |
# File 'sig/types.rbs', line 887 def effective_recommendation_preferences @effective_recommendation_preferences end |
#finding ⇒ "Optimized", ...
Returns the value of attribute finding.
883 884 885 |
# File 'sig/types.rbs', line 883 def finding @finding end |
#finding_reason_codes ⇒ ::Array[("MemoryOverprovisioned" | "MemoryUnderprovisioned" | "InsufficientData" | "Inconclusive")]
Returns the value of attribute finding_reason_codes.
884 885 886 |
# File 'sig/types.rbs', line 884 def finding_reason_codes @finding_reason_codes end |
#function_arn ⇒ ::String
Returns the value of attribute function_arn.
875 876 877 |
# File 'sig/types.rbs', line 875 def function_arn @function_arn end |
#function_version ⇒ ::String
Returns the value of attribute function_version.
876 877 878 |
# File 'sig/types.rbs', line 876 def function_version @function_version end |
#last_refresh_timestamp ⇒ ::Time
Returns the value of attribute last_refresh_timestamp.
882 883 884 |
# File 'sig/types.rbs', line 882 def @last_refresh_timestamp end |
#lookback_period_in_days ⇒ ::Float
Returns the value of attribute lookback_period_in_days.
881 882 883 |
# File 'sig/types.rbs', line 881 def lookback_period_in_days @lookback_period_in_days end |
#memory_size_recommendation_options ⇒ ::Array[Types::LambdaFunctionMemoryRecommendationOption]
Returns the value of attribute memory_size_recommendation_options.
885 886 887 |
# File 'sig/types.rbs', line 885 def @memory_size_recommendation_options end |
#number_of_invocations ⇒ ::Integer
Returns the value of attribute number_of_invocations.
879 880 881 |
# File 'sig/types.rbs', line 879 def number_of_invocations @number_of_invocations end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
888 889 890 |
# File 'sig/types.rbs', line 888 def @tags end |
#utilization_metrics ⇒ ::Array[Types::LambdaFunctionUtilizationMetric]
Returns the value of attribute utilization_metrics.
880 881 882 |
# File 'sig/types.rbs', line 880 def utilization_metrics @utilization_metrics end |