Class: Aws::Glue::Types::GetJobBookmarkRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetJobBookmarkRequest
 
- 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 in question. 
- 
  
    
      #run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The unique run identifier associated with this job run. 
Instance Attribute Details
#job_name ⇒ String
The name of the job in question.
| 12527 12528 12529 12530 12531 12532 | # File 'lib/aws-sdk-glue/types.rb', line 12527 class GetJobBookmarkRequest < Struct.new( :job_name, :run_id) SENSITIVE = [] include Aws::Structure end | 
#run_id ⇒ String
The unique run identifier associated with this job run.
| 12527 12528 12529 12530 12531 12532 | # File 'lib/aws-sdk-glue/types.rb', line 12527 class GetJobBookmarkRequest < Struct.new( :job_name, :run_id) SENSITIVE = [] include Aws::Structure end |