class Aws::Lambda::Client
def list_event_source_mappings(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
list_event_source_mappings(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/ListEventSourceMappings - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Example: Example: To list the event source mappings for a function -
Returns:
-
(Types::ListEventSourceMappingsResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:max_items
(Integer
) -- -
:marker
(String
) -- -
:function_name
(String
) -- -
:event_source_arn
(String
) --
def list_event_source_mappings(params = {}, options = {}) req = build_request(:list_event_source_mappings, params) req.send_request(options) end