Class: Aws::Types::GetLambdaFunctionRecommendationsResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetLambdaFunctionRecommendationsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#lambda_function_recommendations ⇒ ::Array[Types::LambdaFunctionRecommendation]
Returns the value of attribute lambda_function_recommendations.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#lambda_function_recommendations ⇒ ::Array[Types::LambdaFunctionRecommendation]
Returns the value of attribute lambda_function_recommendations.
607 608 609 |
# File 'sig/types.rbs', line 607 def lambda_function_recommendations @lambda_function_recommendations end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
606 607 608 |
# File 'sig/types.rbs', line 606 def next_token @next_token end |