Class: Aws::Glue::Types::LastCrawlInfo
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::LastCrawlInfo
 
- 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
- 
  
    
      #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.
| 17767 17768 17769 17770 17771 17772 17773 17774 17775 17776 | # File 'lib/aws-sdk-glue/types.rb', line 17767 class LastCrawlInfo < Struct.new( :status, :error_message, :log_group, :log_stream, :message_prefix, :start_time) SENSITIVE = [] include Aws::Structure end | 
#log_group ⇒ String
The log group for the last crawl.
| 17767 17768 17769 17770 17771 17772 17773 17774 17775 17776 | # File 'lib/aws-sdk-glue/types.rb', line 17767 class LastCrawlInfo < Struct.new( :status, :error_message, :log_group, :log_stream, :message_prefix, :start_time) SENSITIVE = [] include Aws::Structure end | 
#log_stream ⇒ String
The log stream for the last crawl.
| 17767 17768 17769 17770 17771 17772 17773 17774 17775 17776 | # File 'lib/aws-sdk-glue/types.rb', line 17767 class LastCrawlInfo < Struct.new( :status, :error_message, :log_group, :log_stream, :message_prefix, :start_time) SENSITIVE = [] include Aws::Structure end | 
#message_prefix ⇒ String
The prefix for a message about this crawl.
| 17767 17768 17769 17770 17771 17772 17773 17774 17775 17776 | # File 'lib/aws-sdk-glue/types.rb', line 17767 class LastCrawlInfo < Struct.new( :status, :error_message, :log_group, :log_stream, :message_prefix, :start_time) SENSITIVE = [] include Aws::Structure end | 
#start_time ⇒ Time
The time at which the crawl started.
| 17767 17768 17769 17770 17771 17772 17773 17774 17775 17776 | # File 'lib/aws-sdk-glue/types.rb', line 17767 class LastCrawlInfo < Struct.new( :status, :error_message, :log_group, :log_stream, :message_prefix, :start_time) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
Status of the last crawl.
| 17767 17768 17769 17770 17771 17772 17773 17774 17775 17776 | # File 'lib/aws-sdk-glue/types.rb', line 17767 class LastCrawlInfo < Struct.new( :status, :error_message, :log_group, :log_stream, :message_prefix, :start_time) SENSITIVE = [] include Aws::Structure end |