Class: Aws::WAFRegional::Types::DeleteRegexMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteRegexMatchSetRequest
- Includes:
- Structure
- Defined in:
- 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 delete.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
1329 1330 1331 1332 1333 1334 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1329 class DeleteRegexMatchSetRequest < Struct.new( :regex_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |
#regex_match_set_id ⇒ String
The ‘RegexMatchSetId` of the RegexMatchSet that you want to delete. `RegexMatchSetId` is returned by CreateRegexMatchSet and by ListRegexMatchSets.
1329 1330 1331 1332 1333 1334 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1329 class DeleteRegexMatchSetRequest < Struct.new( :regex_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |