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.
1199 1200 1201 |
# File 'sig/types.rbs', line 1199 def change_token @change_token end |
#sql_injection_match_set_id ⇒ ::String
Returns the value of attribute sql_injection_match_set_id.
1198 1199 1200 |
# File 'sig/types.rbs', line 1198 def sql_injection_match_set_id @sql_injection_match_set_id end |
#updates ⇒ ::Array[Types::SqlInjectionMatchSetUpdate]
Returns the value of attribute updates.
1200 1201 1202 |
# File 'sig/types.rbs', line 1200 def updates @updates end |