#[non_exhaustive]pub struct AwsManagedRulesBotControlRuleSet {
pub inspection_level: Option<InspectionLevel>,
}Expand description
Details for your use of the Bot Control managed rule group, AWSManagedRulesBotControlRuleSet. This configuration is used in ManagedRuleGroupConfig.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.inspection_level: Option<InspectionLevel>The inspection level to use for the Bot Control rule group. The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see WAF Bot Control rule group in the WAF Developer Guide.
Implementations§
source§impl AwsManagedRulesBotControlRuleSet
impl AwsManagedRulesBotControlRuleSet
sourcepub fn inspection_level(&self) -> Option<&InspectionLevel>
pub fn inspection_level(&self) -> Option<&InspectionLevel>
The inspection level to use for the Bot Control rule group. The common level is the least expensive. The targeted level includes all common level rules and adds rules with more advanced inspection criteria. For details, see WAF Bot Control rule group in the WAF Developer Guide.
source§impl AwsManagedRulesBotControlRuleSet
impl AwsManagedRulesBotControlRuleSet
sourcepub fn builder() -> AwsManagedRulesBotControlRuleSetBuilder
pub fn builder() -> AwsManagedRulesBotControlRuleSetBuilder
Creates a new builder-style object to manufacture AwsManagedRulesBotControlRuleSet.
Trait Implementations§
source§impl Clone for AwsManagedRulesBotControlRuleSet
impl Clone for AwsManagedRulesBotControlRuleSet
source§fn clone(&self) -> AwsManagedRulesBotControlRuleSet
fn clone(&self) -> AwsManagedRulesBotControlRuleSet
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl PartialEq<AwsManagedRulesBotControlRuleSet> for AwsManagedRulesBotControlRuleSet
impl PartialEq<AwsManagedRulesBotControlRuleSet> for AwsManagedRulesBotControlRuleSet
source§fn eq(&self, other: &AwsManagedRulesBotControlRuleSet) -> bool
fn eq(&self, other: &AwsManagedRulesBotControlRuleSet) -> bool
self and other values to be equal, and is used
by ==.