glue_get_crawler_metrics {paws.analytics} | R Documentation |
Retrieves metrics about specified crawlers
Description
Retrieves metrics about specified crawlers.
See https://www.paws-r-sdk.com/docs/glue_get_crawler_metrics/ for full documentation.
Usage
glue_get_crawler_metrics(
CrawlerNameList = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
CrawlerNameList |
A list of the names of crawlers about which to retrieve metrics. |
MaxResults |
The maximum size of a list to return. |
NextToken |
A continuation token, if this is a continuation call. |
[Package paws.analytics version 0.9.0 Index]