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

ThemeSummary

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

The theme summary.

interface ThemeSummary {
Arn?: string | null;
CreatedTime?: Date | number | null;
LastUpdatedTime?: Date | number | null;
LatestVersionNumber?: number | null;
Name?: string | null;
ThemeId?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the resource.

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

The date and time that this theme was created.

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

The last date and time that this theme was updated.

§
LatestVersionNumber?: number | null
[src]

The latest version number for the theme.

§
Name?: string | null
[src]

the display name for the theme.

§
ThemeId?: string | null
[src]

The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.