Class: Aws::Types::DeleteSqlInjectionMatchSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteSqlInjectionMatchSetRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#change_token ⇒ ::String
Returns the value of attribute change_token.
-
#sql_injection_match_set_id ⇒ ::String
Returns the value of attribute sql_injection_match_set_id.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
332 333 334 |
# File 'sig/types.rbs', line 332 def change_token @change_token end |
#sql_injection_match_set_id ⇒ ::String
Returns the value of attribute sql_injection_match_set_id.
331 332 333 |
# File 'sig/types.rbs', line 331 def sql_injection_match_set_id @sql_injection_match_set_id end |