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.4/services/quicksight.ts?docs=full";
interface DescribeDataSetResponse {
DataSet?: DataSet | null;
RequestId?: string | null;
Status?: number | null;
}

§Properties

§
DataSet?: DataSet | null
[src]

Information on the dataset.

§
RequestId?: string | null
[src]

The Amazon Web Services request ID for this operation.

§
Status?: number | null
[src]

The HTTP status of the request.