C# 클래스 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.
파일 보기 프로젝트 열기: aws/aws-sdk-net

비공개 메소드들

메소드 설명
IsSetComparisonOperator ( ) : bool
IsSetFieldToMatch ( ) : bool
IsSetSize ( ) : bool
IsSetTextTransformation ( ) : bool