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

FlowTemplateSummary

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

An object that contains summary information about a workflow.

interface FlowTemplateSummary {
arn?: string | null;
createdAt?: Date | number | null;
id?: string | null;
revisionNumber?: number | null;
}

§Properties

§
arn?: string | null
[src]

The ARN of the workflow.

§
createdAt?: Date | number | null
[src]

The date when the workflow was created.

§
id?: string | null
[src]

The ID of the workflow.

§
revisionNumber?: number | null
[src]

The revision number of the workflow.