#[non_exhaustive]pub struct AwsWafRuleGroupRulesDetails { /* private fields */ }
Expand description
Provides information about the rules attached to the rule group. These rules identify the web requests that you want to allow, block, or count.
Implementations§
source§impl AwsWafRuleGroupRulesDetails
impl AwsWafRuleGroupRulesDetails
sourcepub fn action(&self) -> Option<&AwsWafRuleGroupRulesActionDetails>
pub fn action(&self) -> Option<&AwsWafRuleGroupRulesActionDetails>
Provides information about what action WAF should take on a web request when it matches the criteria defined in the rule.
source§impl AwsWafRuleGroupRulesDetails
impl AwsWafRuleGroupRulesDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsWafRuleGroupRulesDetails
.
Trait Implementations§
source§impl Clone for AwsWafRuleGroupRulesDetails
impl Clone for AwsWafRuleGroupRulesDetails
source§fn clone(&self) -> AwsWafRuleGroupRulesDetails
fn clone(&self) -> AwsWafRuleGroupRulesDetails
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 AwsWafRuleGroupRulesDetails
impl Debug for AwsWafRuleGroupRulesDetails
source§impl PartialEq<AwsWafRuleGroupRulesDetails> for AwsWafRuleGroupRulesDetails
impl PartialEq<AwsWafRuleGroupRulesDetails> for AwsWafRuleGroupRulesDetails
source§fn eq(&self, other: &AwsWafRuleGroupRulesDetails) -> bool
fn eq(&self, other: &AwsWafRuleGroupRulesDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.