You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Glue::Types::UpdateJsonClassifierRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::UpdateJsonClassifierRequest
- Defined in:
- (unknown)
Overview
Note:
When passing UpdateJsonClassifierRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "NameString", # required
json_path: "JsonPath",
}
Specifies a JSON classifier to be updated.
Returned by:
Instance Attribute Summary collapse
-
#json_path ⇒ String
A
JsonPath
string defining the JSON data for the classifier to classify. -
#name ⇒ String
The name of the classifier.
Instance Attribute Details
#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.
#name ⇒ String
The name of the classifier.