Class: Aws::Glue::Types::GetBlueprintRunResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetBlueprintRunResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #blueprint_run  ⇒ Types::BlueprintRun 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns a ‘BlueprintRun` object. 
Instance Attribute Details
#blueprint_run ⇒ Types::BlueprintRun
Returns a ‘BlueprintRun` object.
| 11036 11037 11038 11039 11040 | # File 'lib/aws-sdk-glue/types.rb', line 11036 class GetBlueprintRunResponse < Struct.new( :blueprint_run) SENSITIVE = [] include Aws::Structure end |