Class: Aws::Types::RegexMatchStatement
- Inherits:
-
Object
- Object
- Aws::Types::RegexMatchStatement
- 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.
-
#regex_string ⇒ ::String
Returns the value of attribute regex_string.
-
#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.
1419 1420 1421 |
# File 'sig/types.rbs', line 1419 def field_to_match @field_to_match end |
#pre_parse_text_transformations ⇒ ::Array[Types::PreParseTextTransformation]
Returns the value of attribute pre_parse_text_transformations.
1421 1422 1423 |
# File 'sig/types.rbs', line 1421 def pre_parse_text_transformations @pre_parse_text_transformations end |
#regex_string ⇒ ::String
Returns the value of attribute regex_string.
1418 1419 1420 |
# File 'sig/types.rbs', line 1418 def regex_string @regex_string end |
#text_transformations ⇒ ::Array[Types::TextTransformation]
Returns the value of attribute text_transformations.
1420 1421 1422 |
# File 'sig/types.rbs', line 1420 def text_transformations @text_transformations end |