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

GetBlueprintRunsResponse

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

§Properties

§
BlueprintRuns?: BlueprintRun[] | null
[src]

Returns a list of BlueprintRun objects.

§
NextToken?: string | null
[src]

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