Class: Aws::ComputeOptimizer::Types::GetLambdaFunctionRecommendationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#lambda_function_recommendationsArray<Types::LambdaFunctionRecommendation>

An array of objects that describe function recommendations.



3087
3088
3089
3090
3091
3092
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3087

class GetLambdaFunctionRecommendationsResponse < Struct.new(
  :next_token,
  :lambda_function_recommendations)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to use to advance to the next page of function recommendations.

This value is null when there are no more pages of function recommendations to return.

Returns:

  • (String)


3087
3088
3089
3090
3091
3092
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 3087

class GetLambdaFunctionRecommendationsResponse < Struct.new(
  :next_token,
  :lambda_function_recommendations)
  SENSITIVE = []
  include Aws::Structure
end