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)


14667
14668
14669
14670
14671
14672
14673
14674
14675
# File 'lib/aws-sdk-glue/types.rb', line 14667

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)


14667
14668
14669
14670
14671
14672
14673
14674
14675
# File 'lib/aws-sdk-glue/types.rb', line 14667

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)


14667
14668
14669
14670
14671
14672
14673
14674
14675
# File 'lib/aws-sdk-glue/types.rb', line 14667

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)


14667
14668
14669
14670
14671
14672
14673
14674
14675
# File 'lib/aws-sdk-glue/types.rb', line 14667

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)


14667
14668
14669
14670
14671
14672
14673
14674
14675
# File 'lib/aws-sdk-glue/types.rb', line 14667

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