Class: Aws::Glue::Types::GetWorkflowRunsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetWorkflowRunsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if not all requested workflow runs have been returned. 
- 
  
    
      #runs  ⇒ Array<Types::WorkflowRun> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A list of workflow run metadata objects. 
Instance Attribute Details
#next_token ⇒ String
A continuation token, if not all requested workflow runs have been returned.
| 14964 14965 14966 14967 14968 14969 | # File 'lib/aws-sdk-glue/types.rb', line 14964 class GetWorkflowRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end | 
#runs ⇒ Array<Types::WorkflowRun>
A list of workflow run metadata objects.
| 14964 14965 14966 14967 14968 14969 | # File 'lib/aws-sdk-glue/types.rb', line 14964 class GetWorkflowRunsResponse < Struct.new( :runs, :next_token) SENSITIVE = [] include Aws::Structure end |