#[non_exhaustive]pub struct AwsWafv2RulesActionDetails { /* private fields */ }
Expand description
The action that WAF should take on a web request when it matches a rule's statement. Settings at the web ACL level can override the rule action setting.
Implementations§
source§impl AwsWafv2RulesActionDetails
impl AwsWafv2RulesActionDetails
sourcepub fn allow(&self) -> Option<&AwsWafv2ActionAllowDetails>
pub fn allow(&self) -> Option<&AwsWafv2ActionAllowDetails>
Instructs WAF to allow the web request.
sourcepub fn block(&self) -> Option<&AwsWafv2ActionBlockDetails>
pub fn block(&self) -> Option<&AwsWafv2ActionBlockDetails>
Instructs WAF to block the web request.
sourcepub fn captcha(&self) -> Option<&AwsWafv2RulesActionCaptchaDetails>
pub fn captcha(&self) -> Option<&AwsWafv2RulesActionCaptchaDetails>
Instructs WAF to run a CAPTCHA check against the web request.
sourcepub fn count(&self) -> Option<&AwsWafv2RulesActionCountDetails>
pub fn count(&self) -> Option<&AwsWafv2RulesActionCountDetails>
Instructs WAF to count the web request and then continue evaluating the request using the remaining rules in the web ACL.
source§impl AwsWafv2RulesActionDetails
impl AwsWafv2RulesActionDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsWafv2RulesActionDetails
.
Trait Implementations§
source§impl Clone for AwsWafv2RulesActionDetails
impl Clone for AwsWafv2RulesActionDetails
source§fn clone(&self) -> AwsWafv2RulesActionDetails
fn clone(&self) -> AwsWafv2RulesActionDetails
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 AwsWafv2RulesActionDetails
impl Debug for AwsWafv2RulesActionDetails
source§impl PartialEq<AwsWafv2RulesActionDetails> for AwsWafv2RulesActionDetails
impl PartialEq<AwsWafv2RulesActionDetails> for AwsWafv2RulesActionDetails
source§fn eq(&self, other: &AwsWafv2RulesActionDetails) -> bool
fn eq(&self, other: &AwsWafv2RulesActionDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.