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

SelectAttributesActivity

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

Used to create a new message using only the specified attributes from the original message.

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

§Properties

§
attributes: string[]
[src]

A list of the attributes to select from the message.

§
name: string
[src]

The name of the selectAttributes activity.