Class: Aws::Glue::Types::RunIdentifier
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::RunIdentifier
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A run identifier.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Job Run ID. 
- 
  
    
      #run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Run ID. 
Instance Attribute Details
#job_run_id ⇒ String
The Job Run ID.
| 21490 21491 21492 21493 21494 21495 | # File 'lib/aws-sdk-glue/types.rb', line 21490 class RunIdentifier < Struct.new( :run_id, :job_run_id) SENSITIVE = [] include Aws::Structure end | 
#run_id ⇒ String
The Run ID.
| 21490 21491 21492 21493 21494 21495 | # File 'lib/aws-sdk-glue/types.rb', line 21490 class RunIdentifier < Struct.new( :run_id, :job_run_id) SENSITIVE = [] include Aws::Structure end |