Class: Aws::Glue::Types::GetBlueprintRunsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetBlueprintRunsRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #blueprint_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the blueprint. 
- 
  
    
      #max_results  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The maximum size of a list to return. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A continuation token, if this is a continuation request. 
Instance Attribute Details
#blueprint_name ⇒ String
The name of the blueprint.
| 11056 11057 11058 11059 11060 11061 11062 | # File 'lib/aws-sdk-glue/types.rb', line 11056 class GetBlueprintRunsRequest < Struct.new( :blueprint_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#max_results ⇒ Integer
The maximum size of a list to return.
| 11056 11057 11058 11059 11060 11061 11062 | # File 'lib/aws-sdk-glue/types.rb', line 11056 class GetBlueprintRunsRequest < Struct.new( :blueprint_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end | 
#next_token ⇒ String
A continuation token, if this is a continuation request.
| 11056 11057 11058 11059 11060 11061 11062 | # File 'lib/aws-sdk-glue/types.rb', line 11056 class GetBlueprintRunsRequest < Struct.new( :blueprint_name, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |