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

ThemeVersionSummary

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

The theme version.

interface ThemeVersionSummary {
Arn?: string | null;
CreatedTime?: Date | number | null;
Description?: string | null;
Status?: ResourceStatus | null;
VersionNumber?: number | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the theme version.

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

The date and time that this theme version was created.

§
Description?: string | null
[src]

The description of the theme version.

§
Status?: ResourceStatus | null
[src]

The status of the theme version.

§
VersionNumber?: number | null
[src]

The version number of the theme version.