Class: Aws::Glue::Types::CreateJsonClassifierRequest

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

Overview

Specifies a JSON classifier for CreateClassifier to create.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#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)


4961
4962
4963
4964
4965
4966
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4961

class CreateJsonClassifierRequest < Struct.new(
  :name,
  :json_path)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the classifier.

Returns:

  • (String)


4961
4962
4963
4964
4965
4966
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 4961

class CreateJsonClassifierRequest < Struct.new(
  :name,
  :json_path)
  SENSITIVE = []
  include Aws::Structure
end