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

WorkflowStepGroupSummary

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

The summary of a step group in a workflow.

interface WorkflowStepGroupSummary {
id?: string | null;
name?: string | null;
next?: string[] | null;
owner?: Owner | null;
previous?: string[] | null;
status?: StepGroupStatus | null;
}

§Properties

§
id?: string | null
[src]

The ID of the step group.

§
name?: string | null
[src]

The name of the step group.

§
owner?: Owner | null
[src]

The owner of the step group.

§
status?: StepGroupStatus | null
[src]

The status of the step group.