Class: Aws::WAFRegional::Types::UpdateXssMatchSetRequest

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

Overview

A request to update an XssMatchSet.

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)


5909
5910
5911
5912
5913
5914
5915
# File 'lib/aws-sdk-wafregional/types.rb', line 5909

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

#updatesArray<Types::XssMatchSetUpdate>

An array of ‘XssMatchSetUpdate` objects that you want to insert into or delete from an XssMatchSet. For more information, see the applicable data types:

  • XssMatchSetUpdate: Contains ‘Action` and `XssMatchTuple`

  • XssMatchTuple: Contains ‘FieldToMatch` and `TextTransformation`

  • FieldToMatch: Contains ‘Data` and `Type`

Returns:



5909
5910
5911
5912
5913
5914
5915
# File 'lib/aws-sdk-wafregional/types.rb', line 5909

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

#xss_match_set_idString

The ‘XssMatchSetId` of the `XssMatchSet` that you want to update. `XssMatchSetId` is returned by CreateXssMatchSet and by ListXssMatchSets.

Returns:

  • (String)


5909
5910
5911
5912
5913
5914
5915
# File 'lib/aws-sdk-wafregional/types.rb', line 5909

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