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

GetWorkflowStepsResponse

import type { GetWorkflowStepsResponse } from "https://aws-api.deno.dev/v0.4/services/customerprofiles.ts?docs=full";
interface GetWorkflowStepsResponse {
Items?: WorkflowStepItem[] | null;
NextToken?: string | null;
WorkflowId?: string | null;
WorkflowType?: WorkflowType | null;
}

§Properties

§
Items?: WorkflowStepItem[] | null
[src]

List containing workflow step details.

§
NextToken?: string | null
[src]

If there are additional results, this is the token for the next set of results.

§
WorkflowId?: string | null
[src]

Unique identifier for the workflow.

§
WorkflowType?: WorkflowType | null
[src]

The type of workflow. The only supported value is APPFLOW_INTEGRATION.