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 more