Class: Aws::WAF::Types::UpdateSqlInjectionMatchSetRequest

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

Overview

A request to update a SqlInjectionMatchSet.

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)


5671
5672
5673
5674
5675
5676
5677
# File 'lib/aws-sdk-waf/types.rb', line 5671

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

#sql_injection_match_set_idString

The ‘SqlInjectionMatchSetId` of the `SqlInjectionMatchSet` that you want to update. `SqlInjectionMatchSetId` is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

Returns:

  • (String)


5671
5672
5673
5674
5675
5676
5677
# File 'lib/aws-sdk-waf/types.rb', line 5671

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

#updatesArray<Types::SqlInjectionMatchSetUpdate>

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

  • SqlInjectionMatchSetUpdate: Contains ‘Action` and `SqlInjectionMatchTuple`

  • SqlInjectionMatchTuple: Contains ‘FieldToMatch` and `TextTransformation`

  • FieldToMatch: Contains ‘Data` and `Type`



5671
5672
5673
5674
5675
5676
5677
# File 'lib/aws-sdk-waf/types.rb', line 5671

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