Struct aws_sdk_securityhub::model::KeywordFilter
source · #[non_exhaustive]pub struct KeywordFilter { /* private fields */ }
Expand description
A keyword filter for querying findings.
Implementations§
source§impl KeywordFilter
impl KeywordFilter
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture KeywordFilter
.
Trait Implementations§
source§impl Clone for KeywordFilter
impl Clone for KeywordFilter
source§fn clone(&self) -> KeywordFilter
fn clone(&self) -> KeywordFilter
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 KeywordFilter
impl Debug for KeywordFilter
source§impl PartialEq<KeywordFilter> for KeywordFilter
impl PartialEq<KeywordFilter> for KeywordFilter
source§fn eq(&self, other: &KeywordFilter) -> bool
fn eq(&self, other: &KeywordFilter) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.