Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeDatasetResponse

import type { DescribeDatasetResponse } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";
interface DescribeDatasetResponse {
dataset?: Dataset | null;
}

§Properties

§
dataset?: Dataset | null
[src]

An object that contains information about the dataset.