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.
3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-glue/types.rb', line 3141 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.
3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-glue/types.rb', line 3141 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.
3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-glue/types.rb', line 3141 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.
3141 3142 3143 3144 3145 3146 3147 3148 |
# File 'lib/aws-sdk-glue/types.rb', line 3141 class CreateClassifierRequest < Struct.new( :grok_classifier, :xml_classifier, :json_classifier, :csv_classifier) SENSITIVE = [] include Aws::Structure end |