Class: Aws::WAFRegional::Types::DeleteXssMatchSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/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)


1567
1568
1569
1570
1571
1572
# File 'gems/aws-sdk-wafregional/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_idString

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

Returns:

  • (String)


1567
1568
1569
1570
1571
1572
# File 'gems/aws-sdk-wafregional/lib/aws-sdk-wafregional/types.rb', line 1567

class DeleteXssMatchSetRequest < Struct.new(
  :xss_match_set_id,
  :change_token)
  SENSITIVE = []
  include Aws::Structure
end