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

DashboardVersionSummary

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

Dashboard version summary.

interface DashboardVersionSummary {
Arn?: string | null;
CreatedTime?: Date | number | null;
Description?: string | null;
SourceEntityArn?: string | null;
Status?: ResourceStatus | null;
VersionNumber?: 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 version was created.

§
Description?: string | null
[src]

Description.

§
SourceEntityArn?: string | null
[src]

Source entity ARN.

§
Status?: ResourceStatus | null
[src]

The HTTP status of the request.

§
VersionNumber?: number | null
[src]

Version number.