Class: Aws::WAFRegional::Types::DeleteRegexPatternSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteRegexPatternSetRequest
- 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_pattern_set_id ⇒ String
The ‘RegexPatternSetId` of the RegexPatternSet that you want to delete.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1362 class DeleteRegexPatternSetRequest < Struct.new( :regex_pattern_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |
#regex_pattern_set_id ⇒ String
The ‘RegexPatternSetId` of the RegexPatternSet that you want to delete. `RegexPatternSetId` is returned by CreateRegexPatternSet and by ListRegexPatternSets.
1362 1363 1364 1365 1366 1367 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1362 class DeleteRegexPatternSetRequest < Struct.new( :regex_pattern_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |