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)


6074
6075
6076
6077
6078
# File 'lib/aws-sdk-glue/types.rb', line 6074

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