class Aws::IoTAnalytics::Client
def sample_channel_data(params = {}, options = {})
-
params(Hash) -- ({})
Overloads:
-
sample_channel_data(params = {})
Other tags:
- Example: Response structure -
Example: Request syntax with placeholder values -
Returns:
-
(Types::SampleChannelDataResponse)- Returns a {Seahorse::Client::Response response} object which responds to the following methods:
Options Hash:
(**params)-
:end_time(Time, DateTime, Date, Integer, String) -- -
:start_time(Time, DateTime, Date, Integer, String) -- -
:max_messages(Integer) -- -
:channel_name(required, String) --
def sample_channel_data(params = {}, options = {}) req = build_request(:sample_channel_data, params) req.send_request(options) end