Class: Aws::WAFRegional::Types::GetSizeConstraintSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::GetSizeConstraintSetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#size_constraint_set ⇒ Types::SizeConstraintSet
Information about the SizeConstraintSet that you specified in the ‘GetSizeConstraintSet` request.
Instance Attribute Details
#size_constraint_set ⇒ Types::SizeConstraintSet
Information about the SizeConstraintSet that you specified in the ‘GetSizeConstraintSet` request. For more information, see the following topics:
-
SizeConstraintSet: Contains ‘SizeConstraintSetId`, `SizeConstraints`, and `Name`
-
‘SizeConstraints`: Contains an array of SizeConstraint objects. Each `SizeConstraint` object contains FieldToMatch, `TextTransformation`, `ComparisonOperator`, and `Size`
-
FieldToMatch: Contains ‘Data` and `Type`
2356 2357 2358 2359 2360 |
# File 'lib/aws-sdk-wafregional/types.rb', line 2356 class GetSizeConstraintSetResponse < Struct.new( :size_constraint_set) SENSITIVE = [] include Aws::Structure end |