Class: Aws::Glue::Types::JsonClassifier

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-glue/types.rb

Overview

A classifier for `JSON` content.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

The time that this classifier was registered.

Returns:

  • (Time)


16140
16141
16142
16143
16144
16145
16146
16147
16148
# File 'lib/aws-sdk-glue/types.rb', line 16140

class JsonClassifier < Struct.new(
  :name,
  :creation_time,
  :last_updated,
  :version,
  :json_path)
  SENSITIVE = []
  include Aws::Structure
end

#json_pathString

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]: docs.aws.amazon.com/glue/latest/dg/custom-classifier.html#custom-classifier-json

Returns:

  • (String)


16140
16141
16142
16143
16144
16145
16146
16147
16148
# File 'lib/aws-sdk-glue/types.rb', line 16140

class JsonClassifier < Struct.new(
  :name,
  :creation_time,
  :last_updated,
  :version,
  :json_path)
  SENSITIVE = []
  include Aws::Structure
end

#last_updatedTime

The time that this classifier was last updated.

Returns:

  • (Time)


16140
16141
16142
16143
16144
16145
16146
16147
16148
# File 'lib/aws-sdk-glue/types.rb', line 16140

class JsonClassifier < Struct.new(
  :name,
  :creation_time,
  :last_updated,
  :version,
  :json_path)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the classifier.

Returns:

  • (String)


16140
16141
16142
16143
16144
16145
16146
16147
16148
# File 'lib/aws-sdk-glue/types.rb', line 16140

class JsonClassifier < Struct.new(
  :name,
  :creation_time,
  :last_updated,
  :version,
  :json_path)
  SENSITIVE = []
  include Aws::Structure
end

#versionInteger

The version of this classifier.

Returns:

  • (Integer)


16140
16141
16142
16143
16144
16145
16146
16147
16148
# File 'lib/aws-sdk-glue/types.rb', line 16140

class JsonClassifier < Struct.new(
  :name,
  :creation_time,
  :last_updated,
  :version,
  :json_path)
  SENSITIVE = []
  include Aws::Structure
end