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

Theme

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

Summary information about a theme.

interface Theme {
Arn?: string | null;
CreatedTime?: Date | number | null;
LastUpdatedTime?: Date | number | null;
Name?: string | null;
ThemeId?: string | null;
Type?: ThemeType | null;
Version?: ThemeVersion | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the theme.

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

The date and time that the theme was created.

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

The date and time that the theme was last updated.

§
Name?: string | null
[src]

The name that the user gives to the theme.

§
ThemeId?: string | null
[src]

The identifier that the user gives to the theme.

§
Type?: ThemeType | null
[src]

The type of theme, based on how it was created. Valid values include: QUICKSIGHT and CUSTOM.

§
Version?: ThemeVersion | null
[src]