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

GetCrawlersResponse

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

§Properties

§
Crawlers?: Crawler[] | null
[src]

A list of crawler metadata.

§
NextToken?: string | null
[src]

A continuation token, if the returned list has not reached the end of those defined in this customer account.