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.
920 921 922 |
# File 'sig/types.rbs', line 920 def field_to_match @field_to_match end |
#regex_pattern_set_id ⇒ ::String
Returns the value of attribute regex_pattern_set_id.
922 923 924 |
# File 'sig/types.rbs', line 922 def regex_pattern_set_id @regex_pattern_set_id end |
#text_transformation ⇒ "NONE", ...
Returns the value of attribute text_transformation.
921 922 923 |
# File 'sig/types.rbs', line 921 def text_transformation @text_transformation end |