Class: Aws::WAF::Types::DeleteXssMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::DeleteXssMatchSetRequest
- Defined in:
- gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb
Overview
A request to delete an XssMatchSet from AWS WAF.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
-
#xss_match_set_id ⇒ String
The
XssMatchSetId
of the XssMatchSet that you want to delete.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1536 class DeleteXssMatchSetRequest < Struct.new( :xss_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |
#xss_match_set_id ⇒ String
The XssMatchSetId
of the XssMatchSet that you want to delete.
XssMatchSetId
is returned by CreateXssMatchSet and by
ListXssMatchSets.
1536 1537 1538 1539 1540 1541 |
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1536 class DeleteXssMatchSetRequest < Struct.new( :xss_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |