Class: Aws::Types::SqlInjectionMatchSet
- Inherits:
-
Object
- Object
- Aws::Types::SqlInjectionMatchSet
- 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.
-
#sql_injection_match_tuples ⇒ ::Array[Types::SqlInjectionMatchTuple]
Returns the value of attribute sql_injection_match_tuples.
Instance Attribute Details
#name ⇒ ::String
Returns the value of attribute name.
984 985 986 |
# File 'sig/types.rbs', line 984 def name @name end |
#sql_injection_match_set_id ⇒ ::String
Returns the value of attribute sql_injection_match_set_id.
983 984 985 |
# File 'sig/types.rbs', line 983 def sql_injection_match_set_id @sql_injection_match_set_id end |
#sql_injection_match_tuples ⇒ ::Array[Types::SqlInjectionMatchTuple]
Returns the value of attribute sql_injection_match_tuples.
985 986 987 |
# File 'sig/types.rbs', line 985 def sql_injection_match_tuples @sql_injection_match_tuples end |