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