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)


14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'lib/aws-sdk-glue/types.rb', line 14646

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)


14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'lib/aws-sdk-glue/types.rb', line 14646

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)


14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'lib/aws-sdk-glue/types.rb', line 14646

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)


14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'lib/aws-sdk-glue/types.rb', line 14646

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)


14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'lib/aws-sdk-glue/types.rb', line 14646

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)


14646
14647
14648
14649
14650
14651
14652
14653
14654
14655
# File 'lib/aws-sdk-glue/types.rb', line 14646

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