Class: Aws::Types::GetLambdaFunctionRecommendationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#account_ids::Array[::String]

Returns the value of attribute account_ids.

Returns:

  • (::Array[::String])


598
599
600
# File 'sig/types.rbs', line 598

def 
  @account_ids
end

#filters::Array[Types::LambdaFunctionRecommendationFilter]

Returns the value of attribute filters.



599
600
601
# File 'sig/types.rbs', line 599

def filters
  @filters
end

#function_arns::Array[::String]

Returns the value of attribute function_arns.

Returns:

  • (::Array[::String])


597
598
599
# File 'sig/types.rbs', line 597

def function_arns
  @function_arns
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


601
602
603
# File 'sig/types.rbs', line 601

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


600
601
602
# File 'sig/types.rbs', line 600

def next_token
  @next_token
end