class Aws::Lambda::Client
def list_function_event_invoke_configs(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
list_function_event_invoke_configs(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListFunctionEventInvokeConfigs - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To view a list of asynchronous invocation configurations -
Returns:
-
(Types::ListFunctionEventInvokeConfigsResponse)
- 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_function_event_invoke_configs(params = {}, options = {}) req = build_request(:list_function_event_invoke_configs, params) req.send_request(options) end