Class: Aws::Glue::Types::Crawl

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

Overview

The details of a crawl in the workflow.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#completed_onTime

The date and time on which the crawl completed.

Returns:

  • (Time)


3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3539

class Crawl < Struct.new(
  :state,
  :started_on,
  :completed_on,
  :error_message,
  :log_group,
  :log_stream)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message associated with the crawl.

Returns:

  • (String)


3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3539

class Crawl < Struct.new(
  :state,
  :started_on,
  :completed_on,
  :error_message,
  :log_group,
  :log_stream)
  SENSITIVE = []
  include Aws::Structure
end

#log_groupString

The log group associated with the crawl.

Returns:

  • (String)


3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3539

class Crawl < Struct.new(
  :state,
  :started_on,
  :completed_on,
  :error_message,
  :log_group,
  :log_stream)
  SENSITIVE = []
  include Aws::Structure
end

#log_streamString

The log stream associated with the crawl.

Returns:

  • (String)


3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3539

class Crawl < Struct.new(
  :state,
  :started_on,
  :completed_on,
  :error_message,
  :log_group,
  :log_stream)
  SENSITIVE = []
  include Aws::Structure
end

#started_onTime

The date and time on which the crawl started.

Returns:

  • (Time)


3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3539

class Crawl < Struct.new(
  :state,
  :started_on,
  :completed_on,
  :error_message,
  :log_group,
  :log_stream)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the crawler.

Returns:

  • (String)


3539
3540
3541
3542
3543
3544
3545
3546
3547
3548
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 3539

class Crawl < Struct.new(
  :state,
  :started_on,
  :completed_on,
  :error_message,
  :log_group,
  :log_stream)
  SENSITIVE = []
  include Aws::Structure
end