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

TemplateSummary

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

The template summary.

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

§Properties

§
Arn?: string | null
[src]

A summary of a template.

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

The last time that this template was created.

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

The last time that this template was updated.

§
LatestVersionNumber?: number | null
[src]

A structure containing a list of version numbers for the template summary.

§
Name?: string | null
[src]

A display name for the template.

§
TemplateId?: string | null
[src]

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