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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/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)


18159
18160
18161
18162
18163
18164
18165
18166
18167
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18159

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.

Returns:

  • (String)


18159
18160
18161
18162
18163
18164
18165
18166
18167
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18159

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)


18159
18160
18161
18162
18163
18164
18165
18166
18167
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18159

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)


18159
18160
18161
18162
18163
18164
18165
18166
18167
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18159

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)


18159
18160
18161
18162
18163
18164
18165
18166
18167
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 18159

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