pub struct AllowAction {
pub custom_request_handling: Option<Value<CustomRequestHandling>>,
}Expand description
The AWS::WAFv2::WebACL.AllowAction property type.
Fields§
§custom_request_handling: Option<Value<CustomRequestHandling>>Property CustomRequestHandling.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§impl Debug for AllowAction
impl Debug for AllowAction
Source§impl Default for AllowAction
impl Default for AllowAction
Source§fn default() -> AllowAction
fn default() -> AllowAction
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AllowAction
impl RefUnwindSafe for AllowAction
impl Send for AllowAction
impl Sync for AllowAction
impl Unpin for AllowAction
impl UnwindSafe for AllowAction
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