Class: Aws::Glue::Types::CreateClassifierRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CreateClassifierRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #csv_classifier  ⇒ Types::CreateCsvClassifierRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A ‘CsvClassifier` object specifying the classifier to create. 
- 
  
    
      #grok_classifier  ⇒ Types::CreateGrokClassifierRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A ‘GrokClassifier` object specifying the classifier to create. 
- 
  
    
      #json_classifier  ⇒ Types::CreateJsonClassifierRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A ‘JsonClassifier` object specifying the classifier to create. 
- 
  
    
      #xml_classifier  ⇒ Types::CreateXMLClassifierRequest 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    An ‘XMLClassifier` object specifying the classifier to create. 
Instance Attribute Details
#csv_classifier ⇒ Types::CreateCsvClassifierRequest
A ‘CsvClassifier` object specifying the classifier to create.
| 4873 4874 4875 4876 4877 4878 4879 4880 | # File 'lib/aws-sdk-glue/types.rb', line 4873 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.
| 4873 4874 4875 4876 4877 4878 4879 4880 | # File 'lib/aws-sdk-glue/types.rb', line 4873 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.
| 4873 4874 4875 4876 4877 4878 4879 4880 | # File 'lib/aws-sdk-glue/types.rb', line 4873 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.
| 4873 4874 4875 4876 4877 4878 4879 4880 | # File 'lib/aws-sdk-glue/types.rb', line 4873 class CreateClassifierRequest < Struct.new( :grok_classifier, :xml_classifier, :json_classifier, :csv_classifier) SENSITIVE = [] include Aws::Structure end |