Class: Aws::Glue::Types::StartJobRunResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::StartJobRunResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The ID assigned to this job run. 
Instance Attribute Details
#job_run_id ⇒ String
The ID assigned to this job run.
| 24218 24219 24220 24221 24222 | # File 'lib/aws-sdk-glue/types.rb', line 24218 class StartJobRunResponse < Struct.new( :job_run_id) SENSITIVE = [] include Aws::Structure end |