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.
7863 7864 7865 7866 7867 |
# File 'lib/aws-sdk-glue/types.rb', line 7863 class GetClassifierResponse < Struct.new( :classifier) SENSITIVE = [] include Aws::Structure end |