Class: Aws::Batch::Types::JobDependency
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::JobDependency
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-batch/types.rb
 
Overview
An object that represents an Batch job dependency.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The job ID of the Batch job that’s associated with this dependency.
 - 
  
    
      #type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The type of the job dependency.
 
Instance Attribute Details
#job_id ⇒ String
The job ID of the Batch job that’s associated with this dependency.
      4903 4904 4905 4906 4907 4908  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 4903 class JobDependency < Struct.new( :job_id, :type) SENSITIVE = [] include Aws::Structure end  | 
  
#type ⇒ String
The type of the job dependency.
      4903 4904 4905 4906 4907 4908  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 4903 class JobDependency < Struct.new( :job_id, :type) SENSITIVE = [] include Aws::Structure end  |