Struct aws_sdk_shield::model::CountAction
source · [−]#[non_exhaustive]pub struct CountAction {}
Expand description
Specifies that Shield Advanced should configure its WAF rules with the WAF Count
action.
This is only used in the context of the ResponseAction
setting.
JSON specification: "Count": {}
Implementations
Creates a new builder-style object to manufacture CountAction
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CountAction
impl Send for CountAction
impl Sync for CountAction
impl Unpin for CountAction
impl UnwindSafe for CountAction
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more