Class: Aws::Glue::Types::UpdateJobRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::UpdateJobRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the job definition to update. 
- 
  
    
      #job_update  ⇒ Types::JobUpdate 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Specifies the values with which to update the job definition. 
Instance Attribute Details
#job_name ⇒ String
The name of the job definition to update.
| 27095 27096 27097 27098 27099 27100 | # File 'lib/aws-sdk-glue/types.rb', line 27095 class UpdateJobRequest < Struct.new( :job_name, :job_update) SENSITIVE = [] include Aws::Structure end | 
#job_update ⇒ Types::JobUpdate
Specifies the values with which to update the job definition. Unspecified configuration is removed or reset to default values.
| 27095 27096 27097 27098 27099 27100 | # File 'lib/aws-sdk-glue/types.rb', line 27095 class UpdateJobRequest < Struct.new( :job_name, :job_update) SENSITIVE = [] include Aws::Structure end |