class
Amazonite::Lambda::ListFunctionsRequest
- Amazonite::Lambda::ListFunctionsRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
lambda/list_functions_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(master_region : String | Nil = nil, function_version : FunctionVersion | Nil = nil, marker : String | Nil = nil, max_items : Int32 | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#function_version : FunctionVersion | Nil
Set to
ALLto include entries for all published versions of each function. -
#function_version=(function_version : FunctionVersion | Nil)
Set to
ALLto include entries for all published versions of each function. -
#hash(hasher)
See
Object#hash(hasher) -
#marker : String | Nil
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
-
#marker=(marker : String | Nil)
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
-
#master_region : String | Nil
For Lambda@Edge functions, the Amazon Web Services Region of the master function.
-
#master_region=(master_region : String | Nil)
For Lambda@Edge functions, the Amazon Web Services Region of the master function.
-
#max_items : Int32 | Nil
The maximum number of functions to return in the response.
-
#max_items=(max_items : Int32 | Nil)
The maximum number of functions to return in the response.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
Set to ALL to include entries for all published versions of each function.
Set to ALL to include entries for all published versions of each function.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
Specify the pagination token that's returned by a previous request to retrieve the next page of results.
For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example,
us-east-1 filters the list of functions to include only Lambda@Edge functions replicated from
a master function in US East (N. Virginia). If specified, you must set FunctionVersion to
ALL.
For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example,
us-east-1 filters the list of functions to include only Lambda@Edge functions replicated from
a master function in US East (N. Virginia). If specified, you must set FunctionVersion to
ALL.
The maximum number of functions to return in the response. Note that ListFunctions returns a
maximum of 50 items in each response, even if you set the number higher.
The maximum number of functions to return in the response. Note that ListFunctions returns a
maximum of 50 items in each response, even if you set the number higher.