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

AttachmentReference

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

Information about the attachment reference if the referenceType is ATTACHMENT. Otherwise, null.

interface AttachmentReference {
Name?: string | null;
Status?: ReferenceStatus | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

Identifier of the attachment reference.

§
Status?: ReferenceStatus | null
[src]

Status of an attachment reference type.

§
Value?: string | null
[src]

Contains the location path of the attachment reference.