Class: Aws::WAFRegional::Types::DeleteSqlInjectionMatchSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WAFRegional::Types::DeleteSqlInjectionMatchSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wafregional/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.
1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1496 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.
1496 1497 1498 1499 1500 1501 |
# File 'lib/aws-sdk-wafregional/types.rb', line 1496 class DeleteSqlInjectionMatchSetRequest < Struct.new( :sql_injection_match_set_id, :change_token) SENSITIVE = [] include Aws::Structure end |