Class: Aws::Glue::Types::DeleteClassifierRequest

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

Name of the classifier to remove.

Returns:

  • (String)


6056
6057
6058
6059
6060
# File 'lib/aws-sdk-glue/types.rb', line 6056

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