Class: Aws::Glue::Types::GetJobRunsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetJobRunsRequest
 
- 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 definition for which to retrieve all job runs. 
- 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum size of the response. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if this is a continuation call. 
Instance Attribute Details
#job_name ⇒ String
The name of the job definition for which to retrieve all job runs.
| 12618 12619 12620 12621 12622 12623 12624 | # File 'lib/aws-sdk-glue/types.rb', line 12618 class GetJobRunsRequest < Struct.new( :job_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#max_results ⇒ Integer
The maximum size of the response.
| 12618 12619 12620 12621 12622 12623 12624 | # File 'lib/aws-sdk-glue/types.rb', line 12618 class GetJobRunsRequest < Struct.new( :job_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, if this is a continuation call.
| 12618 12619 12620 12621 12622 12623 12624 | # File 'lib/aws-sdk-glue/types.rb', line 12618 class GetJobRunsRequest < Struct.new( :job_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |