Class: Aws::Glue::Types::GetMLTaskRunsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetMLTaskRunsResponse
 
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A pagination token, if more results are available. 
- 
  
    
      #task_runs  ⇒ Array<Types::TaskRun> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of task runs that are associated with the transform. 
Instance Attribute Details
#next_token ⇒ String
A pagination token, if more results are available.
| 13483 13484 13485 13486 13487 13488 | # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13483 class GetMLTaskRunsResponse < Struct.new( :task_runs, :next_token) SENSITIVE = [] include Aws::Structure end | 
#task_runs ⇒ Array<Types::TaskRun>
A list of task runs that are associated with the transform.
| 13483 13484 13485 13486 13487 13488 | # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 13483 class GetMLTaskRunsResponse < Struct.new( :task_runs, :next_token) SENSITIVE = [] include Aws::Structure end |