Class: Aws::Glue::Types::GetClassifierResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::GetClassifierResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#classifier ⇒ Types::Classifier
The requested classifier.
Instance Attribute Details
#classifier ⇒ Types::Classifier
The requested classifier.
11392 11393 11394 11395 11396 |
# File 'lib/aws-sdk-glue/types.rb', line 11392 class GetClassifierResponse < Struct.new( :classifier) SENSITIVE = [] include Aws::Structure end |