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

ListProfileObjectTypeTemplateItem

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

A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.

interface ListProfileObjectTypeTemplateItem {
SourceName?: string | null;
SourceObject?: string | null;
TemplateId?: string | null;
}

§Properties

§
SourceName?: string | null
[src]

The name of the source of the object template.

§
SourceObject?: string | null
[src]

The source of the object template.

§
TemplateId?: string | null
[src]

A unique identifier for the object template.