Class: Aws::Glue::Types::GetBlueprintResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::GetBlueprintResponse
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #blueprint  ⇒ Types::Blueprint 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Returns a ‘Blueprint` object. 
Instance Attribute Details
#blueprint ⇒ Types::Blueprint
Returns a ‘Blueprint` object.
| 11007 11008 11009 11010 11011 | # File 'lib/aws-sdk-glue/types.rb', line 11007 class GetBlueprintResponse < Struct.new( :blueprint) SENSITIVE = [] include Aws::Structure end |