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
show all
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

Instance Attribute Details

#json_pathString

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.

Returns:

  • (String)

    A JsonPath string defining the JSON data for the classifier to classify.

#nameString

The name of the classifier.

Returns:

  • (String)

    The name of the classifier.