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

ListBlueprintsResponse

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

§Properties

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

List of names of blueprints in the account.

§
NextToken?: string | null
[src]

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