Class: Aws::WAF::Types::DeleteSqlInjectionMatchSetRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb

Overview

A request to delete a SqlInjectionMatchSet 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)


1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1465

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

#sql_injection_match_set_idString

The SqlInjectionMatchSetId of the SqlInjectionMatchSet that you want to delete. SqlInjectionMatchSetId is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.

Returns:

  • (String)


1465
1466
1467
1468
1469
1470
# File 'gems/aws-sdk-waf/lib/aws-sdk-waf/types.rb', line 1465

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