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

DashboardSummary

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

Dashboard summary.

interface DashboardSummary {
Arn?: string | null;
CreatedTime?: Date | number | null;
DashboardId?: string | null;
LastPublishedTime?: Date | number | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
PublishedVersionNumber?: number | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource.

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

The time that this dashboard was created.

§
DashboardId?: string | null
[src]

Dashboard ID.

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

The last time that this dashboard was published.

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

The last time that this dashboard was updated.

§
Name?: string | null
[src]

A display name for the dashboard.

§
PublishedVersionNumber?: number | null
[src]

Published version number.