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

GetWorkflowStepGroupResponse

import type { GetWorkflowStepGroupResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface GetWorkflowStepGroupResponse {
creationTime?: Date | number | null;
description?: string | null;
endTime?: Date | number | null;
id?: string | null;
lastModifiedTime?: Date | number | null;
name?: string | null;
next?: string[] | null;
owner?: Owner | null;
previous?: string[] | null;
status?: StepGroupStatus | null;
tools?: Tool[] | null;
workflowId?: string | null;
}

§Properties

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

The time at which the step group was created.

§
description?: string | null
[src]

The description of the step group.

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

The time at which the step group ended.

§
id?: string | null
[src]

The ID of the step group.

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

The time at which the step group was last modified.

§
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.

§
tools?: Tool[] | null
[src]

List of AWS services utilized in a migration workflow.

§
workflowId?: string | null
[src]

The ID of the migration workflow.