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

TemplateVersionSummary

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

The template version.

interface TemplateVersionSummary {
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 template version.

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

The time that this template version was created.

§
Description?: string | null
[src]

The description of the template version.

§
Status?: ResourceStatus | null
[src]

The status of the template version.

§
VersionNumber?: number | null
[src]

The version number of the template version.