Class: Aws::Glue::Types::DeleteBlueprintRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteBlueprintRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The name of the blueprint to delete. 
Instance Attribute Details
#name ⇒ String
The name of the blueprint to delete.
| 8352 8353 8354 8355 8356 | # File 'lib/aws-sdk-glue/types.rb', line 8352 class DeleteBlueprintRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |