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

ListWorkflowsResponse

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

§Properties

§
NextToken?: string | null
[src]

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

§
Workflows?: string[] | null
[src]

List of names of workflows in the account.