Class: Aws::Types::RewriteConfig
- Inherits:
-
Object
- Object
- Aws::Types::RewriteConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#regex ⇒ ::String
Returns the value of attribute regex.
-
#replace ⇒ ::String
Returns the value of attribute replace.
Instance Attribute Details
#regex ⇒ ::String
Returns the value of attribute regex.
953 954 955 |
# File 'sig/types.rbs', line 953 def regex @regex end |
#replace ⇒ ::String
Returns the value of attribute replace.
954 955 956 |
# File 'sig/types.rbs', line 954 def replace @replace end |