C# Class Amazon.WAF.Model.SizeConstraint

Specifies a constraint on the size of a part of the web request. AWS WAF uses the Size, ComparisonOperator, and FieldToMatch to build an expression in the form of "Size ComparisonOperator size in bytes of FieldToMatch". If that expression is true, the SizeConstraint is considered to match.
Show file Open project: aws/aws-sdk-net

Private Methods

Method Description
IsSetComparisonOperator ( ) : bool
IsSetFieldToMatch ( ) : bool
IsSetSize ( ) : bool
IsSetTextTransformation ( ) : bool