Module: Aws::ComputeOptimizer::Client::_GetLambdaFunctionRecommendationsResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetLambdaFunctionRecommendationsResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #lambda_function_recommendations ⇒ ::Array[Types::LambdaFunctionRecommendation]
- #next_token ⇒ ::String
Instance Method Details
#lambda_function_recommendations ⇒ ::Array[Types::LambdaFunctionRecommendation]
510 |
# File 'sig/client.rbs', line 510
def lambda_function_recommendations: () -> ::Array[Types::LambdaFunctionRecommendation]
|
#next_token ⇒ ::String
509 |
# File 'sig/client.rbs', line 509
def next_token: () -> ::String
|