Class: Aws::Glue::Types::GetJobRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetJobRequest
 
- 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 retrieve. 
Instance Attribute Details
#job_name ⇒ String
The name of the job definition to retrieve.
| 12552 12553 12554 12555 12556 | # File 'lib/aws-sdk-glue/types.rb', line 12552 class GetJobRequest < Struct.new( :job_name) SENSITIVE = [] include Aws::Structure end |