Class: Aws::Types::SqlInjectionMatchSetUpdate
- Inherits:
-
Object
- Object
- Aws::Types::SqlInjectionMatchSetUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
-
#sql_injection_match_tuple ⇒ Types::SqlInjectionMatchTuple
Returns the value of attribute sql_injection_match_tuple.
Instance Attribute Details
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
996 997 998 |
# File 'sig/types.rbs', line 996 def action @action end |
#sql_injection_match_tuple ⇒ Types::SqlInjectionMatchTuple
Returns the value of attribute sql_injection_match_tuple.
997 998 999 |
# File 'sig/types.rbs', line 997 def sql_injection_match_tuple @sql_injection_match_tuple end |