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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


15558
15559
15560
15561
15562
15563
15564
15565
15566
15567
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15558

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)


15558
15559
15560
15561
15562
15563
15564
15565
15566
15567
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15558

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)


15558
15559
15560
15561
15562
15563
15564
15565
15566
15567
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15558

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)


15558
15559
15560
15561
15562
15563
15564
15565
15566
15567
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15558

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)


15558
15559
15560
15561
15562
15563
15564
15565
15566
15567
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15558

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)


15558
15559
15560
15561
15562
15563
15564
15565
15566
15567
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 15558

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