Class: Aws::Types::FindingHistoryUpdate
- Inherits:
-
Object
- Object
- Aws::Types::FindingHistoryUpdate
- 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.
-
#updated_field ⇒ ::String
Returns the value of attribute updated_field.
Instance Attribute Details
#new_value ⇒ ::String
Returns the value of attribute new_value.
5751 5752 5753 |
# File 'sig/types.rbs', line 5751 def new_value @new_value end |
#old_value ⇒ ::String
Returns the value of attribute old_value.
5750 5751 5752 |
# File 'sig/types.rbs', line 5750 def old_value @old_value end |
#updated_field ⇒ ::String
Returns the value of attribute updated_field.
5749 5750 5751 |
# File 'sig/types.rbs', line 5749 def updated_field @updated_field end |