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)


14654
14655
14656
14657
14658
14659
14660
14661
14662
14663
# File 'lib/aws-sdk-glue/types.rb', line 14654

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)


14654
14655
14656
14657
14658
14659
14660
14661
14662
14663
# File 'lib/aws-sdk-glue/types.rb', line 14654

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)


14654
14655
14656
14657
14658
14659
14660
14661
14662
14663
# File 'lib/aws-sdk-glue/types.rb', line 14654

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)


14654
14655
14656
14657
14658
14659
14660
14661
14662
14663
# File 'lib/aws-sdk-glue/types.rb', line 14654

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)


14654
14655
14656
14657
14658
14659
14660
14661
14662
14663
# File 'lib/aws-sdk-glue/types.rb', line 14654

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)


14654
14655
14656
14657
14658
14659
14660
14661
14662
14663
# File 'lib/aws-sdk-glue/types.rb', line 14654

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