Class: Aws::Glue::Types::UpdateBlueprintResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::UpdateBlueprintResponse
 
- 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 updated. 
Instance Attribute Details
#name ⇒ String
Returns the name of the blueprint that was updated.
| 26347 26348 26349 26350 26351 | # File 'lib/aws-sdk-glue/types.rb', line 26347 class UpdateBlueprintResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |