Class: Aws::WAFRegional::Types::UpdateRegexMatchSetRequest

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)


5570
5571
5572
5573
5574
5575
5576
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 5570

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)


5570
5571
5572
5573
5574
5575
5576
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 5570

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:



5570
5571
5572
5573
5574
5575
5576
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 5570

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