Class: Aws::Glue::Types::UpdateJobResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::UpdateJobResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns the name of the updated job definition. 
Instance Attribute Details
#job_name ⇒ String
Returns the name of the updated job definition.
| 27108 27109 27110 27111 27112 | # File 'lib/aws-sdk-glue/types.rb', line 27108 class UpdateJobResponse < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |