Class: Aws::Glue::Types::GetBlueprintRunRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetBlueprintRunRequest
 
- 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. 
- 
  
    
      #run_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The run ID for the blueprint run you want to retrieve. 
Instance Attribute Details
#blueprint_name ⇒ String
The name of the blueprint.
| 11023 11024 11025 11026 11027 11028 | # File 'lib/aws-sdk-glue/types.rb', line 11023 class GetBlueprintRunRequest < Struct.new( :blueprint_name, :run_id) SENSITIVE = [] include Aws::Structure end | 
#run_id ⇒ String
The run ID for the blueprint run you want to retrieve.
| 11023 11024 11025 11026 11027 11028 | # File 'lib/aws-sdk-glue/types.rb', line 11023 class GetBlueprintRunRequest < Struct.new( :blueprint_name, :run_id) SENSITIVE = [] include Aws::Structure end |