#[non_exhaustive]pub struct StatefulRuleGroupOverride { /* private fields */ }
Expand description
The setting that allows the policy owner to change the behavior of the rule group within a policy.
Implementations§
source§impl StatefulRuleGroupOverride
impl StatefulRuleGroupOverride
sourcepub fn action(&self) -> Option<&OverrideAction>
pub fn action(&self) -> Option<&OverrideAction>
The action that changes the rule group from DROP
to ALERT
. This only applies to managed rule groups.
source§impl StatefulRuleGroupOverride
impl StatefulRuleGroupOverride
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StatefulRuleGroupOverride
.
Trait Implementations§
source§impl Clone for StatefulRuleGroupOverride
impl Clone for StatefulRuleGroupOverride
source§fn clone(&self) -> StatefulRuleGroupOverride
fn clone(&self) -> StatefulRuleGroupOverride
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 StatefulRuleGroupOverride
impl Debug for StatefulRuleGroupOverride
source§impl PartialEq<StatefulRuleGroupOverride> for StatefulRuleGroupOverride
impl PartialEq<StatefulRuleGroupOverride> for StatefulRuleGroupOverride
source§fn eq(&self, other: &StatefulRuleGroupOverride) -> bool
fn eq(&self, other: &StatefulRuleGroupOverride) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.