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

GetWorkflowRunsResponse

import type { GetWorkflowRunsResponse } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetWorkflowRunsResponse {
NextToken?: string | null;
Runs?: WorkflowRun[] | null;
}

§Properties

§
NextToken?: string | null
[src]

A continuation token, if not all requested workflow runs have been returned.

§
Runs?: WorkflowRun[] | null
[src]

A list of workflow run metadata objects.