Struct aws_sdk_shield::model::BlockAction [−][src]
#[non_exhaustive]pub struct BlockAction {}
Expand description
Specifies that Shield Advanced should configure its WAF rules with the WAF Block
action.
This is only used in the context of the ResponseAction
setting.
JSON specification: "Block": {}
Implementations
Creates a new builder-style object to manufacture BlockAction
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockAction
impl Send for BlockAction
impl Sync for BlockAction
impl Unpin for BlockAction
impl UnwindSafe for BlockAction
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