Class: Aws::Glue::Types::GetJobRunResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetJobRunResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_run  ⇒ Types::JobRun 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The requested job-run metadata. 
Instance Attribute Details
#job_run ⇒ Types::JobRun
The requested job-run metadata.
| 12598 12599 12600 12601 12602 | # File 'lib/aws-sdk-glue/types.rb', line 12598 class GetJobRunResponse < Struct.new( :job_run) SENSITIVE = [] include Aws::Structure end |