Class: Aws::Types::PropertyDifference
- Inherits:
-
Object
- Object
- Aws::Types::PropertyDifference
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_value ⇒ ::String
Returns the value of attribute actual_value.
-
#difference_type ⇒ "ADD", ...
Returns the value of attribute difference_type.
-
#expected_value ⇒ ::String
Returns the value of attribute expected_value.
-
#property_path ⇒ ::String
Returns the value of attribute property_path.
Instance Attribute Details
#actual_value ⇒ ::String
Returns the value of attribute actual_value.
1353 1354 1355 |
# File 'sig/types.rbs', line 1353 def actual_value @actual_value end |
#difference_type ⇒ "ADD", ...
Returns the value of attribute difference_type.
1354 1355 1356 |
# File 'sig/types.rbs', line 1354 def difference_type @difference_type end |
#expected_value ⇒ ::String
Returns the value of attribute expected_value.
1352 1353 1354 |
# File 'sig/types.rbs', line 1352 def expected_value @expected_value end |
#property_path ⇒ ::String
Returns the value of attribute property_path.
1351 1352 1353 |
# File 'sig/types.rbs', line 1351 def property_path @property_path end |