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)


7492
7493
7494
7495
7496
# File 'lib/aws-sdk-glue/types.rb', line 7492

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