Struct aws_sdk_glue::model::JsonClassifier
source · #[non_exhaustive]pub struct JsonClassifier { /* private fields */ }Expand description
A classifier for JSON content.
Implementations§
source§impl JsonClassifier
impl JsonClassifier
sourcepub fn creation_time(&self) -> Option<&DateTime>
pub fn creation_time(&self) -> Option<&DateTime>
The time that this classifier was registered.
sourcepub fn last_updated(&self) -> Option<&DateTime>
pub fn last_updated(&self) -> Option<&DateTime>
The time that this classifier was last updated.
sourcepub fn json_path(&self) -> Option<&str>
pub fn json_path(&self) -> Option<&str>
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.
source§impl JsonClassifier
impl JsonClassifier
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture JsonClassifier.
Trait Implementations§
source§impl Clone for JsonClassifier
impl Clone for JsonClassifier
source§fn clone(&self) -> JsonClassifier
fn clone(&self) -> JsonClassifier
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for JsonClassifier
impl Debug for JsonClassifier
source§impl PartialEq<JsonClassifier> for JsonClassifier
impl PartialEq<JsonClassifier> for JsonClassifier
source§fn eq(&self, other: &JsonClassifier) -> bool
fn eq(&self, other: &JsonClassifier) -> bool
This method tests for
self and other values to be equal, and is used
by ==.