Class: Aws::Types::RegexMatchTuple
- Inherits:
-
Object
- Object
- Aws::Types::RegexMatchTuple
- 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.
-
#regex_pattern_set_id ⇒ ::String
Returns the value of attribute regex_pattern_set_id.
-
#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.
882 883 884 |
# File 'sig/types.rbs', line 882 def field_to_match @field_to_match end |
#regex_pattern_set_id ⇒ ::String
Returns the value of attribute regex_pattern_set_id.
884 885 886 |
# File 'sig/types.rbs', line 884 def regex_pattern_set_id @regex_pattern_set_id end |
#text_transformation ⇒ "NONE", ...
Returns the value of attribute text_transformation.
883 884 885 |
# File 'sig/types.rbs', line 883 def text_transformation @text_transformation end |