Class: Aws::Types::SqliMatchStatement
- Inherits:
-
Object
- Object
- Aws::Types::SqliMatchStatement
- 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.
-
#pre_parse_text_transformations ⇒ ::Array[Types::PreParseTextTransformation]
Returns the value of attribute pre_parse_text_transformations.
-
#sensitivity_level ⇒ "LOW", "HIGH"
Returns the value of attribute sensitivity_level.
-
#text_transformations ⇒ ::Array[Types::TextTransformation]
Returns the value of attribute text_transformations.
Instance Attribute Details
#field_to_match ⇒ Types::FieldToMatch
Returns the value of attribute field_to_match.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def field_to_match @field_to_match end |
#pre_parse_text_transformations ⇒ ::Array[Types::PreParseTextTransformation]
Returns the value of attribute pre_parse_text_transformations.
1669 1670 1671 |
# File 'sig/types.rbs', line 1669 def pre_parse_text_transformations @pre_parse_text_transformations end |
#sensitivity_level ⇒ "LOW", "HIGH"
Returns the value of attribute sensitivity_level.
1670 1671 1672 |
# File 'sig/types.rbs', line 1670 def sensitivity_level @sensitivity_level end |
#text_transformations ⇒ ::Array[Types::TextTransformation]
Returns the value of attribute text_transformations.
1668 1669 1670 |
# File 'sig/types.rbs', line 1668 def text_transformations @text_transformations end |