Class: Aws::Glue::Types::CreateBlueprintResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Glue::Types::CreateBlueprintResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-glue/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the name of the blueprint that was registered.
 
Instance Attribute Details
#name ⇒ String
Returns the name of the blueprint that was registered.
      4254 4255 4256 4257 4258  | 
    
      # File 'lib/aws-sdk-glue/types.rb', line 4254 class CreateBlueprintResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end  |