#[non_exhaustive]pub struct AwsWafRegionalRateBasedRuleMatchPredicate { /* private fields */ }
Expand description
Details for a match predicate. A predicate might look for characteristics such as specific IP addresses, geographic locations, or sizes.
Implementations§
source§impl AwsWafRegionalRateBasedRuleMatchPredicate
impl AwsWafRegionalRateBasedRuleMatchPredicate
source§impl AwsWafRegionalRateBasedRuleMatchPredicate
impl AwsWafRegionalRateBasedRuleMatchPredicate
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsWafRegionalRateBasedRuleMatchPredicate
.
Trait Implementations§
source§impl Clone for AwsWafRegionalRateBasedRuleMatchPredicate
impl Clone for AwsWafRegionalRateBasedRuleMatchPredicate
source§fn clone(&self) -> AwsWafRegionalRateBasedRuleMatchPredicate
fn clone(&self) -> AwsWafRegionalRateBasedRuleMatchPredicate
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 PartialEq<AwsWafRegionalRateBasedRuleMatchPredicate> for AwsWafRegionalRateBasedRuleMatchPredicate
impl PartialEq<AwsWafRegionalRateBasedRuleMatchPredicate> for AwsWafRegionalRateBasedRuleMatchPredicate
source§fn eq(&self, other: &AwsWafRegionalRateBasedRuleMatchPredicate) -> bool
fn eq(&self, other: &AwsWafRegionalRateBasedRuleMatchPredicate) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.