Class: Aws::Types::SqlInjectionMatchTuple
- Inherits:
-
Object
- Object
- Aws::Types::SqlInjectionMatchTuple
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#field_to_match ⇒ Types::FieldToMatch
Returns the value of attribute field_to_match.
-
#text_transformation ⇒ "NONE", ...
Returns the value of attribute text_transformation.
Instance Attribute Details
#field_to_match ⇒ Types::FieldToMatch
Returns the value of attribute field_to_match.
1002 1003 1004 |
# File 'sig/types.rbs', line 1002 def field_to_match @field_to_match end |
#text_transformation ⇒ "NONE", ...
Returns the value of attribute text_transformation.
1003 1004 1005 |
# File 'sig/types.rbs', line 1003 def text_transformation @text_transformation end |