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

AttachmentStateChange

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

An object representing a change in state for a task attachment.

interface AttachmentStateChange {
attachmentArn: string;
status: string;
}

§Properties

§
attachmentArn: string
[src]

The Amazon Resource Name (ARN) of the attachment.

§
status: string
[src]

The status of the attachment.