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

DescribeAttachmentRequest

import type { DescribeAttachmentRequest } from "https://aws-api.deno.dev/v0.3/services/support.ts?docs=full";
interface DescribeAttachmentRequest {
attachmentId: string;
}

§Properties

§
attachmentId: string
[src]

The ID of the attachment to return. Attachment IDs are returned by the "DescribeCommunications" operation.