Class: Aws::WAF::Types::UpdateRegexMatchSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-waf/lib/aws-sdk-waf/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)


5442
5443
5444
5445
5446
5447
5448
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 5442

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

#regex_match_set_idString

The RegexMatchSetId of the RegexMatchSet that you want to update. RegexMatchSetId is returned by CreateRegexMatchSet and by ListRegexMatchSets.

Returns:

  • (String)


5442
5443
5444
5445
5446
5447
5448
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 5442

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

#updatesArray<Types::RegexMatchSetUpdate>

An array of RegexMatchSetUpdate objects that you want to insert into or delete from a RegexMatchSet. For more information, see RegexMatchTuple.

Returns:



5442
5443
5444
5445
5446
5447
5448
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 5442

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