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
show all
Defined in:
(unknown)

Overview

Metrics for a specified crawler.

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_nameString

The name of the crawler.

Returns:

  • (String)

    The name of the crawler.

#last_runtime_secondsFloat

The duration of the crawler\'s most recent run, in seconds.

Returns:

  • (Float)

    The duration of the crawler\'s most recent run, in seconds.

#median_runtime_secondsFloat

The median duration of this crawler\'s runs, in seconds.

Returns:

  • (Float)

    The median duration of this crawler\'s runs, in seconds.

#still_estimatingBoolean

True if the crawler is still estimating how long it will take to complete this run.

Returns:

  • (Boolean)

    True if the crawler is still estimating how long it will take to complete this run.

#tables_createdInteger

The number of tables created by this crawler.

Returns:

  • (Integer)

    The number of tables created by this crawler.

#tables_deletedInteger

The number of tables deleted by this crawler.

Returns:

  • (Integer)

    The number of tables deleted by this crawler.

#tables_updatedInteger

The number of tables updated by this crawler.

Returns:

  • (Integer)

    The number of tables updated by this crawler.

#time_left_secondsFloat

The estimated time left to complete a running crawl.

Returns:

  • (Float)

    The estimated time left to complete a running crawl.