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

GetBlueprintRequest

import type { GetBlueprintRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetBlueprintRequest {
IncludeBlueprint?: boolean | null;
IncludeParameterSpec?: boolean | null;
Name: string;
}

§Properties

§
IncludeBlueprint?: boolean | null
[src]

Specifies whether or not to include the blueprint in the response.

§
IncludeParameterSpec?: boolean | null
[src]

Specifies whether or not to include the parameter specification.

§
Name: string
[src]

The name of the blueprint.