Class: Aws::Glue::Types::ExecutionAttempt
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::ExecutionAttempt
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A run attempt for a column statistics task run.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #column_statistics_task_run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A task run ID for the last column statistics task run. 
- 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An error message associated with the last column statistics task run. 
- 
  
    
      #execution_timestamp  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A timestamp when the last column statistics task run occurred. 
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The status of the last column statistics task run. 
Instance Attribute Details
#column_statistics_task_run_id ⇒ String
A task run ID for the last column statistics task run.
| 10435 10436 10437 10438 10439 10440 10441 10442 | # File 'lib/aws-sdk-glue/types.rb', line 10435 class ExecutionAttempt < Struct.new( :status, :column_statistics_task_run_id, :execution_timestamp, :error_message) SENSITIVE = [] include Aws::Structure end | 
#error_message ⇒ String
An error message associated with the last column statistics task run.
| 10435 10436 10437 10438 10439 10440 10441 10442 | # File 'lib/aws-sdk-glue/types.rb', line 10435 class ExecutionAttempt < Struct.new( :status, :column_statistics_task_run_id, :execution_timestamp, :error_message) SENSITIVE = [] include Aws::Structure end | 
#execution_timestamp ⇒ Time
A timestamp when the last column statistics task run occurred.
| 10435 10436 10437 10438 10439 10440 10441 10442 | # File 'lib/aws-sdk-glue/types.rb', line 10435 class ExecutionAttempt < Struct.new( :status, :column_statistics_task_run_id, :execution_timestamp, :error_message) SENSITIVE = [] include Aws::Structure end | 
#status ⇒ String
The status of the last column statistics task run.
| 10435 10436 10437 10438 10439 10440 10441 10442 | # File 'lib/aws-sdk-glue/types.rb', line 10435 class ExecutionAttempt < Struct.new( :status, :column_statistics_task_run_id, :execution_timestamp, :error_message) SENSITIVE = [] include Aws::Structure end |