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

Dashboard

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

Dashboard.

interface Dashboard {
Arn?: string | null;
CreatedTime?: Date | number | null;
DashboardId?: string | null;
LastPublishedTime?: Date | number | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
Version?: DashboardVersion | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource.

§
CreatedTime?: Date | number | null
[src]

The time that this dataset was created.

§
DashboardId?: string | null
[src]

Dashboard ID.

§
LastPublishedTime?: Date | number | null
[src]

The last time that this dataset was published.

§
LastUpdatedTime?: Date | number | null
[src]

The last time that this dataset was updated.

§
Name?: string | null
[src]

A display name for the dashboard.

§
Version?: DashboardVersion | null
[src]

Version.