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.
4329 4330 4331 4332 4333 4334 4335 4336 |
# File 'lib/aws-sdk-glue/types.rb', line 4329 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.
4329 4330 4331 4332 4333 4334 4335 4336 |
# File 'lib/aws-sdk-glue/types.rb', line 4329 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.
4329 4330 4331 4332 4333 4334 4335 4336 |
# File 'lib/aws-sdk-glue/types.rb', line 4329 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.
4329 4330 4331 4332 4333 4334 4335 4336 |
# File 'lib/aws-sdk-glue/types.rb', line 4329 class CreateClassifierRequest < Struct.new( :grok_classifier, :xml_classifier, :json_classifier, :csv_classifier) SENSITIVE = [] include Aws::Structure end |