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