Class: Aws::Glue::Types::UpdateSourceControlFromJobResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::UpdateSourceControlFromJobResponse
 
- 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 Glue job. 
Instance Attribute Details
#job_name ⇒ String
The name of the Glue job.
| 27451 27452 27453 27454 27455 | # File 'lib/aws-sdk-glue/types.rb', line 27451 class UpdateSourceControlFromJobResponse < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |