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

DescribeAttachmentResponse

import type { DescribeAttachmentResponse } from "https://aws-api.deno.dev/v0.4/services/support.ts?docs=full";

The content and file name of the attachment returned by the "DescribeAttachment" operation.

interface DescribeAttachmentResponse {
attachment?: Attachment | null;
}

§Properties

§
attachment?: Attachment | null
[src]

This object includes the attachment content and file name.

In the previous response syntax, the value for the data parameter appears as blob, which is represented as a base64-encoded string. The value for fileName is the name of the attachment, such as troubleshoot-screenshot.png.