Class: Aws::Glue::Types::GetJobRunsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetJobRunsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #job_runs  ⇒ Array<Types::JobRun> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of job-run metadata objects. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if not all requested job runs have been returned. 
Instance Attribute Details
#job_runs ⇒ Array<Types::JobRun>
A list of job-run metadata objects.
| 12637 12638 12639 12640 12641 12642 | # File 'lib/aws-sdk-glue/types.rb', line 12637 class GetJobRunsResponse < Struct.new( :job_runs, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, if not all requested job runs have been returned.
| 12637 12638 12639 12640 12641 12642 | # File 'lib/aws-sdk-glue/types.rb', line 12637 class GetJobRunsResponse < Struct.new( :job_runs, :next_token) SENSITIVE = [] include Aws::Structure end |