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)


9581
9582
9583
9584
9585
# File 'lib/aws-sdk-glue/types.rb', line 9581

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