Class: Aws::Glue::Types::GetClassifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetClassifierRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#name ⇒ String
Name of the classifier to retrieve.
Instance Attribute Details
#name ⇒ String
Name of the classifier to retrieve.
9653 9654 9655 9656 9657 |
# File 'lib/aws-sdk-glue/types.rb', line 9653 class GetClassifierRequest < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |