Class: Aws::Glue::Types::DeleteCustomEntityTypeRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteCustomEntityTypeRequest
- 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 that you want to delete.
Instance Attribute Details
#name ⇒ String
The name of the custom pattern that you want to delete.
9069 9070 9071 9072 9073 |
# File 'lib/aws-sdk-glue/types.rb', line 9069 class DeleteCustomEntityTypeRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |