Class: Aws::WAF::Types::DeleteSqlInjectionMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAF::Types::DeleteSqlInjectionMatchSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-waf/types.rb
Overview
A request to delete a SqlInjectionMatchSet from AWS WAF.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
-
#sql_injection_match_set_id ⇒ String
The ‘SqlInjectionMatchSetId` of the SqlInjectionMatchSet that you want to delete.
Instance Attribute Details
#change_token ⇒ String
The value returned by the most recent call to GetChangeToken.
1465 1466 1467 1468 1469 1470 |
# File '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_id ⇒ String
The ‘SqlInjectionMatchSetId` of the SqlInjectionMatchSet that you want to delete. `SqlInjectionMatchSetId` is returned by CreateSqlInjectionMatchSet and by ListSqlInjectionMatchSets.
1465 1466 1467 1468 1469 1470 |
# File 'lib/aws-sdk-waf/types.rb', line 1465 class DeleteSqlInjectionMatchSetRequest < Struct.new( :sql_injection_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |