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

GetCrawlerMetricsResponse

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

§Properties

§
CrawlerMetricsList?: CrawlerMetrics[] | null
[src]

A list of metrics for the specified crawler.

§
NextToken?: string | null
[src]

A continuation token, if the returned list does not contain the last metric available.