Class: Aws::Glue::Types::GetMLTaskRunsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetMLTaskRunsResponse
 
- Includes:
- Structure
- Defined in:
- 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.
| 12798 12799 12800 12801 12802 12803 | # File 'lib/aws-sdk-glue/types.rb', line 12798 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.
| 12798 12799 12800 12801 12802 12803 | # File 'lib/aws-sdk-glue/types.rb', line 12798 class GetMLTaskRunsResponse < Struct.new( :task_runs, :next_token) SENSITIVE = [] include Aws::Structure end |