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.
181 182 183 |
# File 'sig/types.rbs', line 181 def change_token @change_token end |
#sql_injection_match_set ⇒ Types::SqlInjectionMatchSet
Returns the value of attribute sql_injection_match_set.
180 181 182 |
# File 'sig/types.rbs', line 180 def sql_injection_match_set @sql_injection_match_set end |