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)


15130
15131
15132
15133
15134
15135
15136
15137
15138
# File 'lib/aws-sdk-glue/types.rb', line 15130

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)


15130
15131
15132
15133
15134
15135
15136
15137
15138
# File 'lib/aws-sdk-glue/types.rb', line 15130

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)


15130
15131
15132
15133
15134
15135
15136
15137
15138
# File 'lib/aws-sdk-glue/types.rb', line 15130

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)


15130
15131
15132
15133
15134
15135
15136
15137
15138
# File 'lib/aws-sdk-glue/types.rb', line 15130

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)


15130
15131
15132
15133
15134
15135
15136
15137
15138
# File 'lib/aws-sdk-glue/types.rb', line 15130

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