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.
Afficher le fichier Open project: aws/aws-sdk-net

Private Methods

Méthode Description
IsSetComparisonOperator ( ) : bool
IsSetFieldToMatch ( ) : bool
IsSetSize ( ) : bool
IsSetTextTransformation ( ) : bool