Class: Aws::Batch::Types::SubmitJobResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::SubmitJobResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-batch/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) for the job.
 - 
  
    
      #job_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the job.
 - 
  
    
      #job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the job.
 
Instance Attribute Details
#job_arn ⇒ String
The Amazon Resource Name (ARN) for the job.
      7080 7081 7082 7083 7084 7085 7086  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 7080 class SubmitJobResponse < Struct.new( :job_arn, :job_name, :job_id) SENSITIVE = [] include Aws::Structure end  | 
  
#job_id ⇒ String
The unique identifier for the job.
      7080 7081 7082 7083 7084 7085 7086  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 7080 class SubmitJobResponse < Struct.new( :job_arn, :job_name, :job_id) SENSITIVE = [] include Aws::Structure end  | 
  
#job_name ⇒ String
The name of the job.
      7080 7081 7082 7083 7084 7085 7086  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 7080 class SubmitJobResponse < Struct.new( :job_arn, :job_name, :job_id) SENSITIVE = [] include Aws::Structure end  |