Class: Aws::Types::SqlInjectionMatchSetSummary
- Inherits:
-
Object
- Object
- Aws::Types::SqlInjectionMatchSetSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#name ⇒ ::String
Returns the value of attribute name.
-
#sql_injection_match_set_id ⇒ ::String
Returns the value of attribute sql_injection_match_set_id.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
991 992 993 |
# File 'sig/types.rbs', line 991 def name @name end |
#sql_injection_match_set_id ⇒ ::String
Returns the value of attribute sql_injection_match_set_id.
990 991 992 |
# File 'sig/types.rbs', line 990 def sql_injection_match_set_id @sql_injection_match_set_id end |