UpdateJsonClassifierRequest class

Specifies a JSON classifier to be updated.

Constructors

UpdateJsonClassifierRequest({required String name, String? jsonPath})

Properties

hashCode int
The hash code for this object.
no setterinherited
jsonPath String?
A JsonPath string defining the JSON data for the classifier to classify. AWS Glue supports a subset of JsonPath, as described in Writing JsonPath Custom Classifiers.
final
name String
The name of the classifier.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited