class Aws::Lambda::Client

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

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

Overloads:
  • list_versions_by_function(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To list versions of a function -

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

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