Class: Aws::Glue::Types::DeleteJobResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteJobResponse
 
- 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 that was deleted. 
Instance Attribute Details
#job_name ⇒ String
The name of the job definition that was deleted.
| 8749 8750 8751 8752 8753 | # File 'lib/aws-sdk-glue/types.rb', line 8749 class DeleteJobResponse < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |