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.
| 4820 4821 4822 4823 4824 | # File 'lib/aws-sdk-glue/types.rb', line 4820 class CreateBlueprintResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |