class Aws::Glue::Types::CrawlerMetrics

Metrics for a specified crawler.

@!attribute [rw] crawler_name

The name of the crawler.
@return [String]

@!attribute [rw] time_left_seconds

The estimated time left to complete a running crawl.
@return [Float]

@!attribute [rw] still_estimating

True if the crawler is still estimating how long it will take to
complete this run.
@return [Boolean]

@!attribute [rw] last_runtime_seconds

The duration of the crawler's most recent run, in seconds.
@return [Float]

@!attribute [rw] median_runtime_seconds

The median duration of this crawler's runs, in seconds.
@return [Float]

@!attribute [rw] tables_created

The number of tables created by this crawler.
@return [Integer]

@!attribute [rw] tables_updated

The number of tables updated by this crawler.
@return [Integer]

@!attribute [rw] tables_deleted

The number of tables deleted by this crawler.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CrawlerMetrics AWS API Documentation

Constants

SENSITIVE