Class: Aws::Glue::Types::LastCrawlInfo

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

Overview

Status and error information about the most recent crawl.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_messageString

If an error occurred, the error information about the last crawl.

Returns:

  • (String)


15727
15728
15729
15730
15731
15732
15733
15734
15735
15736
# File 'lib/aws-sdk-glue/types.rb', line 15727

class LastCrawlInfo < Struct.new(
  :status,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#log_groupString

The log group for the last crawl.

Returns:

  • (String)


15727
15728
15729
15730
15731
15732
15733
15734
15735
15736
# File 'lib/aws-sdk-glue/types.rb', line 15727

class LastCrawlInfo < Struct.new(
  :status,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#log_streamString

The log stream for the last crawl.

Returns:

  • (String)


15727
15728
15729
15730
15731
15732
15733
15734
15735
15736
# File 'lib/aws-sdk-glue/types.rb', line 15727

class LastCrawlInfo < Struct.new(
  :status,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#message_prefixString

The prefix for a message about this crawl.

Returns:

  • (String)


15727
15728
15729
15730
15731
15732
15733
15734
15735
15736
# File 'lib/aws-sdk-glue/types.rb', line 15727

class LastCrawlInfo < Struct.new(
  :status,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The time at which the crawl started.

Returns:

  • (Time)


15727
15728
15729
15730
15731
15732
15733
15734
15735
15736
# File 'lib/aws-sdk-glue/types.rb', line 15727

class LastCrawlInfo < Struct.new(
  :status,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of the last crawl.

Returns:

  • (String)


15727
15728
15729
15730
15731
15732
15733
15734
15735
15736
# File 'lib/aws-sdk-glue/types.rb', line 15727

class LastCrawlInfo < Struct.new(
  :status,
  :error_message,
  :log_group,
  :log_stream,
  :message_prefix,
  :start_time)
  SENSITIVE = []
  include Aws::Structure
end