Struct cfn::aws::wafregional::size_constraint_set::SizeConstraint [] [src]

pub struct SizeConstraint {
    pub comparison_operator: Value<String>,
    pub field_to_match: Value<FieldToMatch>,
    pub size: Value<u32>,
    pub text_transformation: Value<String>,
}

Fields

Property ComparisonOperator.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property FieldToMatch.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property Size.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property TextTransformation.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for SizeConstraint
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for SizeConstraint
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations