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
show all
Defined in:
(unknown)

Overview

A classifier for JSON content.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time that this classifier was registered.

Returns:

  • (Time)

    The time that this classifier was registered.

#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.

#last_updatedTime

The time that this classifier was last updated.

Returns:

  • (Time)

    The time that this classifier was last updated.

#nameString

The name of the classifier.

Returns:

  • (String)

    The name of the classifier.

#versionInteger

The version of this classifier.

Returns:

  • (Integer)

    The version of this classifier.