Class: Aws::Types::CreateSqlInjectionMatchSetResponse
- Inherits:
-
Object
- Object
- Aws::Types::CreateSqlInjectionMatchSetResponse
- 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 ⇒ Types::SqlInjectionMatchSet
Returns the value of attribute sql_injection_match_set.
Instance Attribute Details
#change_token ⇒ ::String
Returns the value of attribute change_token.
172 173 174 |
# File 'sig/types.rbs', line 172 def change_token @change_token end |
#sql_injection_match_set ⇒ Types::SqlInjectionMatchSet
Returns the value of attribute sql_injection_match_set.
171 172 173 |
# File 'sig/types.rbs', line 171 def sql_injection_match_set @sql_injection_match_set end |