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

GetAttachmentRequest

import type { GetAttachmentRequest } from "https://aws-api.deno.dev/v0.3/services/connectparticipant.ts?docs=full";
interface GetAttachmentRequest {
AttachmentId: string;
ConnectionToken: string;
}

§Properties

§
AttachmentId: string
[src]

A unique identifier for the attachment.

§
ConnectionToken: string
[src]

The authentication token associated with the participant's connection.