Class: Aws::Glue::Types::GetJobResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetJobResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job  ⇒ Types::Job 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The requested job definition. 
Instance Attribute Details
#job ⇒ Types::Job
The requested job definition.
| 12564 12565 12566 12567 12568 | # File 'lib/aws-sdk-glue/types.rb', line 12564 class GetJobResponse < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |