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

GetWorkflowRunsRequest

import type { GetWorkflowRunsRequest } from "https://aws-api.deno.dev/v0.4/services/glue.ts?docs=full";
interface GetWorkflowRunsRequest {
IncludeGraph?: boolean | null;
MaxResults?: number | null;
Name: string;
NextToken?: string | null;
}

§Properties

§
IncludeGraph?: boolean | null
[src]

Specifies whether to include the workflow graph in response or not.

§
MaxResults?: number | null
[src]

The maximum number of workflow runs to be included in the response.

§
Name: string
[src]

Name of the workflow whose metadata of runs should be returned.

§
NextToken?: string | null
[src]

The maximum size of the response.