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.4/services/migrationhuborchestrator.ts?docs=full";

The summary of the template.

interface TemplateSummary {
arn?: string | null;
description?: string | null;
id?: string | null;
name?: string | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the template.

§
description?: string | null
[src]

The description of the template.

§
id?: string | null
[src]

The ID of the template.

§
name?: string | null
[src]

The name of the template.