@aws-sdk/client-glue

ListCrawlsCommandOutput Interface

The output of ListCrawlsCommand.

Members

Name
Type
Details
$metadata RequiredResponseMetadata
Metadata pertaining to this request.
Crawls CrawlerHistory[] | undefined

A list of CrawlerHistory objects representing the crawl runs that meet your criteria.

NextToken string | undefined

A continuation token for paginating the returned list of tokens, returned if the current segment of the list is not the last.

Full Signature

export interface ListCrawlsCommandOutput extends ListCrawlsResponse, MetadataBearer