Class: Aws::WAF::Types::DeleteXssMatchSetRequest

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#change_tokenString

The value returned by the most recent call to GetChangeToken.

Returns:

  • (String)


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_idString

The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.

Returns:

  • (String)


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