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.
1474 1475 1476 |
# File 'sig/types.rbs', line 1474 def new_value @new_value end |
#old_value ⇒ ::String
Returns the value of attribute old_value.
1473 1474 1475 |
# File 'sig/types.rbs', line 1473 def old_value @old_value end |