Class: Aws::Glue::Types::DeleteClassifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::DeleteClassifierRequest
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Note:
When making an API call, you may pass DeleteClassifierRequest data as a hash:
{
name: "NameString", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the classifier to remove.
Instance Attribute Details
#name ⇒ String
Name of the classifier to remove.
8024 8025 8026 8027 8028 |
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8024 class DeleteClassifierRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |