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