Class: Aws::Glue::Types::DeleteCustomEntityTypeResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::DeleteCustomEntityTypeResponse
 
- 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 custom pattern you deleted. 
Instance Attribute Details
#name ⇒ String
The name of the custom pattern you deleted.
| 8550 8551 8552 8553 8554 | # File 'lib/aws-sdk-glue/types.rb', line 8550 class DeleteCustomEntityTypeResponse < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |