Class: Aws::WAFRegional::Types::UpdateSizeConstraintSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::UpdateSizeConstraintSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
-
#size_constraint_set_id ⇒ String
The ‘SizeConstraintSetId` of the SizeConstraintSet that you want to update.
-
#updates ⇒ Array<Types::SizeConstraintSetUpdate>
An array of ‘SizeConstraintSetUpdate` objects that you want to insert into or delete from a SizeConstraintSet.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
5748 5749 5750 5751 5752 5753 5754 |
# File 'lib/aws-sdk-wafregional/types.rb', line 5748 class UpdateSizeConstraintSetRequest < Struct.new( :size_constraint_set_id, :change_token, :updates) SENSITIVE = [] include Aws::Structure end |
#size_constraint_set_id ⇒ String
The ‘SizeConstraintSetId` of the SizeConstraintSet that you want to update. `SizeConstraintSetId` is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.
5748 5749 5750 5751 5752 5753 5754 |
# File 'lib/aws-sdk-wafregional/types.rb', line 5748 class UpdateSizeConstraintSetRequest < Struct.new( :size_constraint_set_id, :change_token, :updates) SENSITIVE = [] include Aws::Structure end |
#updates ⇒ Array<Types::SizeConstraintSetUpdate>
An array of ‘SizeConstraintSetUpdate` objects that you want to insert into or delete from a SizeConstraintSet. For more information, see the applicable data types:
-
SizeConstraintSetUpdate: Contains ‘Action` and `SizeConstraint`
-
SizeConstraint: Contains ‘FieldToMatch`, `TextTransformation`, `ComparisonOperator`, and `Size`
-
FieldToMatch: Contains ‘Data` and `Type`
5748 5749 5750 5751 5752 5753 5754 |
# File 'lib/aws-sdk-wafregional/types.rb', line 5748 class UpdateSizeConstraintSetRequest < Struct.new( :size_constraint_set_id, :change_token, :updates) SENSITIVE = [] include Aws::Structure end |