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 more