class Aws::Lambda::Client

def list_functions(params = {}, options = {})

Parameters:
  • params (Hash) -- ({})

Overloads:
  • list_functions(params = {})

Other tags:
    See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListFunctions - AWS API Documentation

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To get a list of Lambda functions -

Returns:
  • (Types::ListFunctionsResponse) - Returns a {Seahorse::Client::Response response} object which responds to the following methods:

Options Hash: (**params)
  • :max_items (Integer) --
  • :marker (String) --
  • :function_version (String) --
  • :master_region (String) --
def list_functions(params = {}, options = {})
  req = build_request(:list_functions, params)
  req.send_request(options)
end