Class: Aws::Types::GetLambdaFunctionRecommendationsRequest
- Inherits:
-
Object
- Object
- Aws::Types::GetLambdaFunctionRecommendationsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
-
#filters ⇒ ::Array[Types::LambdaFunctionRecommendationFilter]
Returns the value of attribute filters.
-
#function_arns ⇒ ::Array[::String]
Returns the value of attribute function_arns.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#account_ids ⇒ ::Array[::String]
Returns the value of attribute account_ids.
598 599 600 |
# File 'sig/types.rbs', line 598 def account_ids @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.
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.
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.
600 601 602 |
# File 'sig/types.rbs', line 600 def next_token @next_token end |