Class: Aws::Batch::Types::UpdateJobQueueResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Batch::Types::UpdateJobQueueResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-batch/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job_queue_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the job queue.
 - 
  
    
      #job_queue_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the job queue.
 
Instance Attribute Details
#job_queue_arn ⇒ String
The Amazon Resource Name (ARN) of the job queue.
      8203 8204 8205 8206 8207 8208  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 8203 class UpdateJobQueueResponse < Struct.new( :job_queue_name, :job_queue_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#job_queue_name ⇒ String
The name of the job queue.
      8203 8204 8205 8206 8207 8208  | 
    
      # File 'lib/aws-sdk-batch/types.rb', line 8203 class UpdateJobQueueResponse < Struct.new( :job_queue_name, :job_queue_arn) SENSITIVE = [] include Aws::Structure end  |