Class: Aws::WAF::Types::DeleteRegexPatternSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::DeleteRegexPatternSetRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/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.
1331 1332 1333 1334 1335 1336 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1331 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.
1331 1332 1333 1334 1335 1336 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1331 class DeleteRegexPatternSetRequest < Struct.new( :regex_pattern_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |