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

GetTemplateStepGroupResponse

import type { GetTemplateStepGroupResponse } from "https://aws-api.deno.dev/v0.4/services/migrationhuborchestrator.ts?docs=full";
interface GetTemplateStepGroupResponse {
creationTime?: Date | number | null;
description?: string | null;
id?: string | null;
lastModifiedTime?: Date | number | null;
name?: string | null;
next?: string[] | null;
previous?: string[] | null;
status?: StepGroupStatus | null;
templateId?: string | null;
tools?: Tool[] | 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.

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

§
status?: StepGroupStatus | null
[src]

The status of the step group.

§
templateId?: string | null
[src]

The ID of the template.

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

List of AWS services utilized in a migration workflow.