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)


12986
12987
12988
12989
12990
12991
12992
12993
12994
12995
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12986

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)


12986
12987
12988
12989
12990
12991
12992
12993
12994
12995
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12986

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)


12986
12987
12988
12989
12990
12991
12992
12993
12994
12995
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12986

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)


12986
12987
12988
12989
12990
12991
12992
12993
12994
12995
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12986

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)


12986
12987
12988
12989
12990
12991
12992
12993
12994
12995
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12986

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)


12986
12987
12988
12989
12990
12991
12992
12993
12994
12995
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 12986

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