class Aws::Connect::Client
def list_contact_flow_modules(params = {}, options = {})
-
params
(Hash
) -- ({})
Overloads:
-
list_contact_flow_modules(params = {})
Other tags:
- See: http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/ListContactFlowModules - AWS API Documentation
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::ListContactFlowModulesResponse)
- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)
-
:contact_flow_module_state
(String
) -- -
:max_results
(Integer
) -- -
:next_token
(String
) -- -
:instance_id
(required, String
) --
def list_contact_flow_modules(params = {}, options = {}) req = build_request(:list_contact_flow_modules, params) req.send_request(options) end