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

DashboardVersion

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

Dashboard version.

interface DashboardVersion {
Arn?: string | null;
CreatedTime?: Date | number | null;
DataSetArns?: string[] | null;
Description?: string | null;
Errors?: DashboardError[] | null;
Sheets?: Sheet[] | null;
SourceEntityArn?: string | null;
Status?: ResourceStatus | null;
ThemeArn?: string | 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.

§
DataSetArns?: string[] | null
[src]

The Amazon Resource Numbers (ARNs) for the datasets that are associated with this version of the dashboard.

§
Description?: string | null
[src]

Description.

§
Errors?: DashboardError[] | null
[src]

Errors associated with this dashboard version.

§
Sheets?: Sheet[] | null
[src]

A list of the associated sheets with the unique identifier and name of each sheet.

§
SourceEntityArn?: string | null
[src]

Source entity ARN.

§
Status?: ResourceStatus | null
[src]

The HTTP status of the request.

§
ThemeArn?: string | null
[src]

The ARN of the theme associated with a version of the dashboard.

§
VersionNumber?: number | null
[src]

Version number for this version of the dashboard.