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

UpdateAttributesRequest

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

Specifies one or more attributes to remove from all the endpoints that are associated with an application.

interface UpdateAttributesRequest {
Blacklist?: string[] | null;
}

§Properties

§
Blacklist?: string[] | null
[src]

An array of the attributes to remove from all the endpoints that are associated with the application. The array can specify the complete, exact name of each attribute to remove or it can specify a glob pattern that an attribute name must match in order for the attribute to be removed.