Class: Aws::Glue::Types::CrawlerHistory

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

Overview

Contains the information for a run of a crawler.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#crawl_idString

A UUID identifier for each crawl.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'lib/aws-sdk-glue/types.rb', line 3724

class CrawlerHistory < Struct.new(
  :crawl_id,
  :state,
  :start_time,
  :end_time,
  :summary,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :dpu_hour)
  SENSITIVE = []
  include Aws::Structure
end

#dpu_hourFloat

The number of data processing units (DPU) used in hours for the crawl.

Returns:

  • (Float)


3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'lib/aws-sdk-glue/types.rb', line 3724

class CrawlerHistory < Struct.new(
  :crawl_id,
  :state,
  :start_time,
  :end_time,
  :summary,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :dpu_hour)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The date and time on which the crawl ended.

Returns:

  • (Time)


3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'lib/aws-sdk-glue/types.rb', line 3724

class CrawlerHistory < Struct.new(
  :crawl_id,
  :state,
  :start_time,
  :end_time,
  :summary,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :dpu_hour)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

If an error occurred, the error message associated with the crawl.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'lib/aws-sdk-glue/types.rb', line 3724

class CrawlerHistory < Struct.new(
  :crawl_id,
  :state,
  :start_time,
  :end_time,
  :summary,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :dpu_hour)
  SENSITIVE = []
  include Aws::Structure
end

#log_groupString

The log group associated with the crawl.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'lib/aws-sdk-glue/types.rb', line 3724

class CrawlerHistory < Struct.new(
  :crawl_id,
  :state,
  :start_time,
  :end_time,
  :summary,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :dpu_hour)
  SENSITIVE = []
  include Aws::Structure
end

#log_streamString

The log stream associated with the crawl.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'lib/aws-sdk-glue/types.rb', line 3724

class CrawlerHistory < Struct.new(
  :crawl_id,
  :state,
  :start_time,
  :end_time,
  :summary,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :dpu_hour)
  SENSITIVE = []
  include Aws::Structure
end

#message_prefixString

The prefix for a CloudWatch message about this crawl.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'lib/aws-sdk-glue/types.rb', line 3724

class CrawlerHistory < Struct.new(
  :crawl_id,
  :state,
  :start_time,
  :end_time,
  :summary,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :dpu_hour)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The date and time on which the crawl started.

Returns:

  • (Time)


3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'lib/aws-sdk-glue/types.rb', line 3724

class CrawlerHistory < Struct.new(
  :crawl_id,
  :state,
  :start_time,
  :end_time,
  :summary,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :dpu_hour)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the crawl.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'lib/aws-sdk-glue/types.rb', line 3724

class CrawlerHistory < Struct.new(
  :crawl_id,
  :state,
  :start_time,
  :end_time,
  :summary,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :dpu_hour)
  SENSITIVE = []
  include Aws::Structure
end

#summaryString

A run summary for the specific crawl in JSON. Contains the catalog tables and partitions that were added, updated, or deleted.

Returns:

  • (String)


3724
3725
3726
3727
3728
3729
3730
3731
3732
3733
3734
3735
3736
3737
# File 'lib/aws-sdk-glue/types.rb', line 3724

class CrawlerHistory < Struct.new(
  :crawl_id,
  :state,
  :start_time,
  :end_time,
  :summary,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :dpu_hour)
  SENSITIVE = []
  include Aws::Structure
end