class Aws::Lambda::Types::ListFunctionsRequest
@note When making an API call, you may pass ListFunctionsRequest
data as a hash: { master_region: "MasterRegion", function_version: "ALL", # accepts ALL marker: "String", max_items: 1, }
@!attribute [rw] master_region
For Lambda@Edge functions, the Amazon Web Services Region of the master function. For example, `us-east-1` filters the list of functions to only include Lambda@Edge functions replicated from a master function in US East (N. Virginia). If specified, you must set `FunctionVersion` to `ALL`. @return [String]
@!attribute [rw] function_version
Set to `ALL` to include entries for all published versions of each function. @return [String]
@!attribute [rw] marker
Specify the pagination token that's returned by a previous request to retrieve the next page of results. @return [String]
@!attribute [rw] max_items
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. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListFunctionsRequest AWS API Documentation
Constants
- SENSITIVE