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

DeleteAttributesRequest

import type { DeleteAttributesRequest } from "https://aws-api.deno.dev/v0.4/services/ecs.ts?docs=full";
interface DeleteAttributesRequest {
attributes: Attribute[];
cluster?: string | null;
}

§Properties

§
attributes: Attribute[]
[src]

The attributes to delete from your resource. You can specify up to 10 attributes for each request. For custom attributes, specify the attribute name and target ID, but don't specify the value. If you specify the target ID using the short form, you must also specify the target type.

§
cluster?: string | null
[src]

The short name or full Amazon Resource Name (ARN) of the cluster that contains the resource to delete attributes. If you do not specify a cluster, the default cluster is assumed.