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)


14208
14209
14210
14211
14212
14213
14214
14215
14216
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14208

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)


14208
14209
14210
14211
14212
14213
14214
14215
14216
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14208

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)


14208
14209
14210
14211
14212
14213
14214
14215
14216
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14208

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)


14208
14209
14210
14211
14212
14213
14214
14215
14216
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14208

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)


14208
14209
14210
14211
14212
14213
14214
14215
14216
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 14208

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