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

RemoveAttributesActivity

import type { RemoveAttributesActivity } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";

An activity that removes attributes from a message.

interface RemoveAttributesActivity {
attributes: string[];
name: string;
next?: string | null;
}

§Properties

§
attributes: string[]
[src]

A list of 1-50 attributes to remove from the message.

§
name: string
[src]

The name of the removeAttributes activity.