Class: Aws::Types::UpdateSqlInjectionMatchSetRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateSqlInjectionMatchSetRequest
- 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.
-
#updates ⇒ ::Array[Types::SqlInjectionMatchSetUpdate]
Returns the value of attribute updates.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
1161 1162 1163 |
# File 'sig/types.rbs', line 1161 def change_token @change_token end |
#sql_injection_match_set_id ⇒ ::String
Returns the value of attribute sql_injection_match_set_id.
1160 1161 1162 |
# File 'sig/types.rbs', line 1160 def sql_injection_match_set_id @sql_injection_match_set_id end |
#updates ⇒ ::Array[Types::SqlInjectionMatchSetUpdate]
Returns the value of attribute updates.
1162 1163 1164 |
# File 'sig/types.rbs', line 1162 def updates @updates end |