Class: Aws::Glue::Types::CrawlerMetrics

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Metrics for a specified crawler.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawler_nameString

The name of the crawler.

Returns:

  • (String)


3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3776

class CrawlerMetrics < Struct.new(
  :crawler_name,
  :time_left_seconds,
  :still_estimating,
  :last_runtime_seconds,
  :median_runtime_seconds,
  :tables_created,
  :tables_updated,
  :tables_deleted)
  SENSITIVE = []
  include Aws::Structure
end

#last_runtime_secondsFloat

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

Returns:

  • (Float)


3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3776

class CrawlerMetrics < Struct.new(
  :crawler_name,
  :time_left_seconds,
  :still_estimating,
  :last_runtime_seconds,
  :median_runtime_seconds,
  :tables_created,
  :tables_updated,
  :tables_deleted)
  SENSITIVE = []
  include Aws::Structure
end

#median_runtime_secondsFloat

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

Returns:

  • (Float)


3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3776

class CrawlerMetrics < Struct.new(
  :crawler_name,
  :time_left_seconds,
  :still_estimating,
  :last_runtime_seconds,
  :median_runtime_seconds,
  :tables_created,
  :tables_updated,
  :tables_deleted)
  SENSITIVE = []
  include Aws::Structure
end

#still_estimatingBoolean

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

Returns:

  • (Boolean)


3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3776

class CrawlerMetrics < Struct.new(
  :crawler_name,
  :time_left_seconds,
  :still_estimating,
  :last_runtime_seconds,
  :median_runtime_seconds,
  :tables_created,
  :tables_updated,
  :tables_deleted)
  SENSITIVE = []
  include Aws::Structure
end

#tables_createdInteger

The number of tables created by this crawler.

Returns:

  • (Integer)


3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3776

class CrawlerMetrics < Struct.new(
  :crawler_name,
  :time_left_seconds,
  :still_estimating,
  :last_runtime_seconds,
  :median_runtime_seconds,
  :tables_created,
  :tables_updated,
  :tables_deleted)
  SENSITIVE = []
  include Aws::Structure
end

#tables_deletedInteger

The number of tables deleted by this crawler.

Returns:

  • (Integer)


3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3776

class CrawlerMetrics < Struct.new(
  :crawler_name,
  :time_left_seconds,
  :still_estimating,
  :last_runtime_seconds,
  :median_runtime_seconds,
  :tables_created,
  :tables_updated,
  :tables_deleted)
  SENSITIVE = []
  include Aws::Structure
end

#tables_updatedInteger

The number of tables updated by this crawler.

Returns:

  • (Integer)


3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3776

class CrawlerMetrics < Struct.new(
  :crawler_name,
  :time_left_seconds,
  :still_estimating,
  :last_runtime_seconds,
  :median_runtime_seconds,
  :tables_created,
  :tables_updated,
  :tables_deleted)
  SENSITIVE = []
  include Aws::Structure
end

#time_left_secondsFloat

The estimated time left to complete a running crawl.

Returns:

  • (Float)


3776
3777
3778
3779
3780
3781
3782
3783
3784
3785
3786
3787
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3776

class CrawlerMetrics < Struct.new(
  :crawler_name,
  :time_left_seconds,
  :still_estimating,
  :last_runtime_seconds,
  :median_runtime_seconds,
  :tables_created,
  :tables_updated,
  :tables_deleted)
  SENSITIVE = []
  include Aws::Structure
end