class Aws::Lambda::Client

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

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

Overloads:
  • get_function_event_invoke_config(params = {})

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

Other tags:
    Example: Response structure -
    Example: Request syntax with placeholder values -
    Example: Example: To get an asynchronous invocation configuration -

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

Options Hash: (**params)
  • :qualifier (String) --
  • :function_name (required, String) --
def get_function_event_invoke_config(params = {}, options = {})
  req = build_request(:get_function_event_invoke_config, params)
  req.send_request(options)
end