Class: Aws::Glue::Types::CreateClassifierRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CreateClassifierRequest
 
- Defined in:
- gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #csv_classifier  ⇒ Types::CreateCsvClassifierRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A CsvClassifierobject specifying the classifier to create.
- 
  
    
      #grok_classifier  ⇒ Types::CreateGrokClassifierRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A GrokClassifierobject specifying the classifier to create.
- 
  
    
      #json_classifier  ⇒ Types::CreateJsonClassifierRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A JsonClassifierobject specifying the classifier to create.
- 
  
    
      #xml_classifier  ⇒ Types::CreateXMLClassifierRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An XMLClassifierobject specifying the classifier to create.
Instance Attribute Details
#csv_classifier ⇒ Types::CreateCsvClassifierRequest
A CsvClassifier object specifying the classifier to create.
| 5101 5102 5103 5104 5105 5106 5107 5108 | # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5101 class CreateClassifierRequest < Struct.new( :grok_classifier, :xml_classifier, :json_classifier, :csv_classifier) SENSITIVE = [] include Aws::Structure end | 
#grok_classifier ⇒ Types::CreateGrokClassifierRequest
A GrokClassifier object specifying the classifier to create.
| 5101 5102 5103 5104 5105 5106 5107 5108 | # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5101 class CreateClassifierRequest < Struct.new( :grok_classifier, :xml_classifier, :json_classifier, :csv_classifier) SENSITIVE = [] include Aws::Structure end | 
#json_classifier ⇒ Types::CreateJsonClassifierRequest
A JsonClassifier object specifying the classifier to create.
| 5101 5102 5103 5104 5105 5106 5107 5108 | # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5101 class CreateClassifierRequest < Struct.new( :grok_classifier, :xml_classifier, :json_classifier, :csv_classifier) SENSITIVE = [] include Aws::Structure end | 
#xml_classifier ⇒ Types::CreateXMLClassifierRequest
An XMLClassifier object specifying the classifier to create.
| 5101 5102 5103 5104 5105 5106 5107 5108 | # File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 5101 class CreateClassifierRequest < Struct.new( :grok_classifier, :xml_classifier, :json_classifier, :csv_classifier) SENSITIVE = [] include Aws::Structure end |