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.
| 11214 11215 11216 11217 11218 | # File 'lib/aws-sdk-glue/types.rb', line 11214 class GetClassifierResponse < Struct.new( :classifier) SENSITIVE = [] include Aws::Structure end |