Class: Aws::Types::StringChange
- Inherits:
-
Object
- Object
- Aws::Types::StringChange
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#new_value ⇒ ::String
Returns the value of attribute new_value.
-
#old_value ⇒ ::String
Returns the value of attribute old_value.
Instance Attribute Details
#new_value ⇒ ::String
Returns the value of attribute new_value.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def new_value @new_value end |
#old_value ⇒ ::String
Returns the value of attribute old_value.
1523 1524 1525 |
# File 'sig/types.rbs', line 1523 def old_value @old_value end |