Class: Aws::Glue::Types::GetClassifierRequest

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 retrieve.

Returns:

  • (String)


11168
11169
11170
11171
11172
# File 'lib/aws-sdk-glue/types.rb', line 11168

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