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

BlueprintDetails

import type { BlueprintDetails } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";

The details of a blueprint.

interface BlueprintDetails {
BlueprintName?: string | null;
RunId?: string | null;
}

§Properties

§
BlueprintName?: string | null
[src]

The name of the blueprint.

§
RunId?: string | null
[src]

The run ID for this blueprint.