class Aws::Glue::Types::UpdateJsonClassifierRequest
Specifies a JSON classifier to be updated.
@note When making an API call, you may pass UpdateJsonClassifierRequest
data as a hash: { name: "NameString", # required json_path: "JsonPath", }
@!attribute [rw] name
The name of the classifier. @return [String]
@!attribute [rw] json_path
A `JsonPath` string defining the JSON data for the classifier to classify. Glue supports a subset of JsonPath, as described in [Writing JsonPath Custom Classifiers][1]. [1]: https://docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json @return [String]
@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/UpdateJsonClassifierRequest AWS API Documentation
Constants
- SENSITIVE