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

DataSetIdentifierDeclaration

import type { DataSetIdentifierDeclaration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

A data set.

interface DataSetIdentifierDeclaration {
DataSetArn: string;
Identifier: string;
}

§Properties

§
DataSetArn: string
[src]

The Amazon Resource Name (ARN) of the data set.

§
Identifier: string
[src]

The identifier of the data set, typically the data set's name.