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