Class: Aws::Glue::Types::DeleteCustomEntityTypeResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the custom pattern you deleted.

Returns:

  • (String)


7098
7099
7100
7101
7102
# File 'lib/aws-sdk-glue/types.rb', line 7098

class DeleteCustomEntityTypeResponse < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end