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

DatasetActionSummary

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

Information about the action that automatically creates the dataset's contents.

interface DatasetActionSummary {
actionName?: string | null;
actionType?: DatasetActionType | null;
}

§Properties

§
actionName?: string | null
[src]

The name of the action that automatically creates the dataset's contents.

§
actionType?: DatasetActionType | null
[src]

The type of action by which the dataset's contents are automatically created.