Struct aws_sdk_glue::model::UpdateGrokClassifierRequest
source · #[non_exhaustive]pub struct UpdateGrokClassifierRequest { /* private fields */ }Expand description
Specifies a grok classifier to update when passed to UpdateClassifier.
Implementations§
source§impl UpdateGrokClassifierRequest
impl UpdateGrokClassifierRequest
sourcepub fn classification(&self) -> Option<&str>
pub fn classification(&self) -> Option<&str>
An identifier of the data format that the classifier matches, such as Twitter, JSON, Omniture logs, Amazon CloudWatch Logs, and so on.
sourcepub fn grok_pattern(&self) -> Option<&str>
pub fn grok_pattern(&self) -> Option<&str>
The grok pattern used by this classifier.
sourcepub fn custom_patterns(&self) -> Option<&str>
pub fn custom_patterns(&self) -> Option<&str>
Optional custom grok patterns used by this classifier.
source§impl UpdateGrokClassifierRequest
impl UpdateGrokClassifierRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateGrokClassifierRequest.
Trait Implementations§
source§impl Clone for UpdateGrokClassifierRequest
impl Clone for UpdateGrokClassifierRequest
source§fn clone(&self) -> UpdateGrokClassifierRequest
fn clone(&self) -> UpdateGrokClassifierRequest
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 UpdateGrokClassifierRequest
impl Debug for UpdateGrokClassifierRequest
source§impl PartialEq<UpdateGrokClassifierRequest> for UpdateGrokClassifierRequest
impl PartialEq<UpdateGrokClassifierRequest> for UpdateGrokClassifierRequest
source§fn eq(&self, other: &UpdateGrokClassifierRequest) -> bool
fn eq(&self, other: &UpdateGrokClassifierRequest) -> bool
This method tests for
self and other values to be equal, and is used
by ==.