Class: Aws::WAFRegional::Types::UpdateSizeConstraintSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#change_tokenString

The value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


5748
5749
5750
5751
5752
5753
5754
# File 'gems/aws-sdk-wafregional/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_idString

The SizeConstraintSetId of the SizeConstraintSet that you want to update. SizeConstraintSetId is returned by CreateSizeConstraintSet and by ListSizeConstraintSets.

Returns:

  • (String)


5748
5749
5750
5751
5752
5753
5754
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 5748

class UpdateSizeConstraintSetRequest < Struct.new(
  :size_constraint_set_id,
  :change_token,
  :updates)
  SENSITIVE = []
  include Aws::Structure
end

#updatesArray<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

Returns:



5748
5749
5750
5751
5752
5753
5754
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 5748

class UpdateSizeConstraintSetRequest < Struct.new(
  :size_constraint_set_id,
  :change_token,
  :updates)
  SENSITIVE = []
  include Aws::Structure
end