class Aws::IoTAnalytics::Client
def list_channels(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
list_channels(params = {})
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::ListChannelsResponse)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:max_results(Integer) -- -
:next_token(String) --
def list_channels(params = {}, options = {}) req = build_request(:list_channels, params) req.send_request(options) end