pub struct RuleAction {
pub allow: Option<Value<AllowAction>>,
pub block: Option<Value<BlockAction>>,
pub count: Option<Value<CountAction>>,
}Expand description
The AWS::WAFv2::WebACL.RuleAction property type.
Fields§
§allow: Option<Value<AllowAction>>Property Allow.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
block: Option<Value<BlockAction>>Property Block.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
count: Option<Value<CountAction>>Property Count.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for RuleAction
impl Debug for RuleAction
Source§impl Default for RuleAction
impl Default for RuleAction
Source§fn default() -> RuleAction
fn default() -> RuleAction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for RuleAction
impl RefUnwindSafe for RuleAction
impl Send for RuleAction
impl Sync for RuleAction
impl Unpin for RuleAction
impl UnwindSafe for RuleAction
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more