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

DescribeDashboardRequest

import type { DescribeDashboardRequest } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";
interface DescribeDashboardRequest {
AliasName?: string | null;
AwsAccountId: string;
DashboardId: string;
VersionNumber?: number | null;
}

§Properties

§
AliasName?: string | null
[src]

The alias name.

§
AwsAccountId: string
[src]

The ID of the Amazon Web Services account that contains the dashboard that you're describing.

§
DashboardId: string
[src]

The ID for the dashboard.

§
VersionNumber?: number | null
[src]

The version number for the dashboard. If a version number isn't passed, the latest published dashboard version is described.