Struct aws_sdk_glue::output::GetCustomEntityTypeOutput
source · #[non_exhaustive]pub struct GetCustomEntityTypeOutput { /* private fields */ }Implementations§
source§impl GetCustomEntityTypeOutput
impl GetCustomEntityTypeOutput
sourcepub fn regex_string(&self) -> Option<&str>
pub fn regex_string(&self) -> Option<&str>
A regular expression string that is used for detecting sensitive data in a custom pattern.
sourcepub fn context_words(&self) -> Option<&[String]>
pub fn context_words(&self) -> Option<&[String]>
A list of context words if specified when you created the custom pattern. If none of these context words are found within the vicinity of the regular expression the data will not be detected as sensitive data.
source§impl GetCustomEntityTypeOutput
impl GetCustomEntityTypeOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetCustomEntityTypeOutput.
Trait Implementations§
source§impl Clone for GetCustomEntityTypeOutput
impl Clone for GetCustomEntityTypeOutput
source§fn clone(&self) -> GetCustomEntityTypeOutput
fn clone(&self) -> GetCustomEntityTypeOutput
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 GetCustomEntityTypeOutput
impl Debug for GetCustomEntityTypeOutput
source§impl PartialEq<GetCustomEntityTypeOutput> for GetCustomEntityTypeOutput
impl PartialEq<GetCustomEntityTypeOutput> for GetCustomEntityTypeOutput
source§fn eq(&self, other: &GetCustomEntityTypeOutput) -> bool
fn eq(&self, other: &GetCustomEntityTypeOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.