You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::JsonClassifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::JsonClassifier
- Defined in:
- (unknown)
Overview
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time that this classifier was registered.
-
#json_path ⇒ String
A
JsonPath
string defining the JSON data for the classifier to classify. -
#last_updated ⇒ Time
The time that this classifier was last updated.
-
#name ⇒ String
The name of the classifier.
-
#version ⇒ Integer
The version of this classifier.
Instance Attribute Details
#creation_time ⇒ Time
The time that this classifier was registered.
#json_path ⇒ String
A JsonPath
string defining the JSON data for the classifier to
classify. AWS Glue supports a subset of JsonPath, as described in
Writing JsonPath Custom Classifiers.
#last_updated ⇒ Time
The time that this classifier was last updated.
#name ⇒ String
The name of the classifier.
#version ⇒ Integer
The version of this classifier.