Class: Aws::Types::RegexPatternSetUpdate
- Inherits:
-
Object
- Object
- Aws::Types::RegexPatternSetUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
-
#regex_pattern_string ⇒ ::String
Returns the value of attribute regex_pattern_string.
Instance Attribute Details
#action ⇒ "INSERT", "DELETE"
Returns the value of attribute action.
902 903 904 |
# File 'sig/types.rbs', line 902 def action @action end |
#regex_pattern_string ⇒ ::String
Returns the value of attribute regex_pattern_string.
903 904 905 |
# File 'sig/types.rbs', line 903 def regex_pattern_string @regex_pattern_string end |