Class: Aws::Glue::Types::GetBlueprintRunsResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetBlueprintRunsResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #blueprint_runs  ⇒ Array<Types::BlueprintRun> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns a list of ‘BlueprintRun` objects. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if not all blueprint runs have been returned. 
Instance Attribute Details
#blueprint_runs ⇒ Array<Types::BlueprintRun>
Returns a list of ‘BlueprintRun` objects.
| 11074 11075 11076 11077 11078 11079 | # File 'lib/aws-sdk-glue/types.rb', line 11074 class GetBlueprintRunsResponse < Struct.new( :blueprint_runs, :next_token) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, if not all blueprint runs have been returned.
| 11074 11075 11076 11077 11078 11079 | # File 'lib/aws-sdk-glue/types.rb', line 11074 class GetBlueprintRunsResponse < Struct.new( :blueprint_runs, :next_token) SENSITIVE = [] include Aws::Structure end |