Class: Aws::WAFRegional::Types::UpdateRegexMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::UpdateRegexMatchSetRequest
- Defined in:
- gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
-
#regex_match_set_id ⇒ String
The
RegexMatchSetId
of the RegexMatchSet that you want to update. -
#updates ⇒ Array<Types::RegexMatchSetUpdate>
An array of
RegexMatchSetUpdate
objects that you want to insert into or delete from a RegexMatchSet.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
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_id ⇒ String
The RegexMatchSetId
of the RegexMatchSet that you want to update.
RegexMatchSetId
is returned by CreateRegexMatchSet and by
ListRegexMatchSets.
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 |
#updates ⇒ Array<Types::RegexMatchSetUpdate>
An array of RegexMatchSetUpdate
objects that you want to insert
into or delete from a RegexMatchSet. For more information, see
RegexMatchTuple.
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 |