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

BackupPlanTemplatesListMember

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

An object specifying metadata associated with a backup plan template.

interface BackupPlanTemplatesListMember {
BackupPlanTemplateId?: string | null;
BackupPlanTemplateName?: string | null;
}

§Properties

§
BackupPlanTemplateId?: string | null
[src]

Uniquely identifies a stored backup plan template.

§
BackupPlanTemplateName?: string | null
[src]

The optional display name of a backup plan template.