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

AttributesResource

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

Provides information about the type and the names of attributes that were removed from all the endpoints that are associated with an application.

interface AttributesResource {
ApplicationId: string;
Attributes?: string[] | null;
AttributeType: string;
}

§Properties

§
ApplicationId: string
[src]

The unique identifier for the application.

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

An array that specifies the names of the attributes that were removed from the endpoints.

§
AttributeType: string
[src]

The type of attribute or attributes that were removed from the endpoints. Valid values are:

  • endpoint-custom-attributes - Custom attributes that describe endpoints.
  • endpoint-metric-attributes - Custom metrics that your app reports to Amazon Pinpoint for endpoints.
  • endpoint-user-attributes - Custom attributes that describe users.