Class: Aws::Glue::Types::Predecessor
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::Predecessor
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A job run that was used in the predicate of a conditional trigger that triggered this job run.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the job definition used by the predecessor job run. 
- 
  
    
      #run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The job-run ID of the predecessor job run. 
Instance Attribute Details
#job_name ⇒ String
The name of the job definition used by the predecessor job run.
| 20431 20432 20433 20434 20435 20436 | # File 'lib/aws-sdk-glue/types.rb', line 20431 class Predecessor < Struct.new( :job_name, :run_id) SENSITIVE = [] include Aws::Structure end | 
#run_id ⇒ String
The job-run ID of the predecessor job run.
| 20431 20432 20433 20434 20435 20436 | # File 'lib/aws-sdk-glue/types.rb', line 20431 class Predecessor < Struct.new( :job_name, :run_id) SENSITIVE = [] include Aws::Structure end |