You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::CrawlerMetrics
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::CrawlerMetrics
- Defined in:
- (unknown)
Overview
Metrics for a specified crawler.
Instance Attribute Summary collapse
-
#crawler_name ⇒ String
The name of the crawler.
-
#last_runtime_seconds ⇒ Float
The duration of the crawler\'s most recent run, in seconds.
-
#median_runtime_seconds ⇒ Float
The median duration of this crawler\'s runs, in seconds.
-
#still_estimating ⇒ Boolean
True if the crawler is still estimating how long it will take to complete this run.
-
#tables_created ⇒ Integer
The number of tables created by this crawler.
-
#tables_deleted ⇒ Integer
The number of tables deleted by this crawler.
-
#tables_updated ⇒ Integer
The number of tables updated by this crawler.
-
#time_left_seconds ⇒ Float
The estimated time left to complete a running crawl.
Instance Attribute Details
#crawler_name ⇒ String
The name of the crawler.
#last_runtime_seconds ⇒ Float
The duration of the crawler\'s most recent run, in seconds.
#median_runtime_seconds ⇒ Float
The median duration of this crawler\'s runs, in seconds.
#still_estimating ⇒ Boolean
True if the crawler is still estimating how long it will take to complete this run.
#tables_created ⇒ Integer
The number of tables created by this crawler.
#tables_deleted ⇒ Integer
The number of tables deleted by this crawler.
#tables_updated ⇒ Integer
The number of tables updated by this crawler.
#time_left_seconds ⇒ Float
The estimated time left to complete a running crawl.