You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::LastCrawlInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::LastCrawlInfo
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#error_message ⇒ String
If an error occurred, the error information about the last crawl.
-
#log_group ⇒ String
The log group for the last crawl.
-
#log_stream ⇒ String
The log stream for the last crawl.
-
#message_prefix ⇒ String
The prefix for a message about this crawl.
-
#start_time ⇒ Time
The time at which the crawl started.
-
#status ⇒ String
Status of the last crawl.
Instance Attribute Details
#error_message ⇒ String
If an error occurred, the error information about the last crawl.
#log_group ⇒ String
The log group for the last crawl.
#log_stream ⇒ String
The log stream for the last crawl.
#message_prefix ⇒ String
The prefix for a message about this crawl.
#start_time ⇒ Time
The time at which the crawl started.
#status ⇒ String
Status of the last crawl.
Possible values:
- SUCCEEDED
- CANCELLED
- FAILED