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
GetSizeConstraintSetrequest.
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, andName -
SizeConstraints: Contains an array of SizeConstraint objects. EachSizeConstraintobject contains FieldToMatch,TextTransformation,ComparisonOperator, andSize -
FieldToMatch: Contains
DataandType
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 |