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

GetCrawlerMetricsRequest

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

§Properties

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

A list of the names of crawlers about which to retrieve metrics.

§
MaxResults?: number | null
[src]

The maximum size of a list to return.

§
NextToken?: string | null
[src]

A continuation token, if this is a continuation call.