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.
9665 9666 9667 9668 9669 |
# File 'lib/aws-sdk-glue/types.rb', line 9665 class GetClassifierResponse < Struct.new( :classifier) SENSITIVE = [] include Aws::Structure end |