Class: Aws::WAFRegional::Types::DeleteXssMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteXssMatchSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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.
1567 1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1567 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.
1567 1568 1569 1570 1571 1572 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1567 class DeleteXssMatchSetRequest < Struct.new( :xss_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |