Class: Aws::Types::LiveResourceDrift
- Inherits:
-
Object
- Object
- Aws::Types::LiveResourceDrift
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actual_value ⇒ ::String
Returns the value of attribute actual_value.
-
#drift_detection_timestamp ⇒ ::Time
Returns the value of attribute drift_detection_timestamp.
-
#previous_value ⇒ ::String
Returns the value of attribute previous_value.
Instance Attribute Details
#actual_value ⇒ ::String
Returns the value of attribute actual_value.
1233 1234 1235 |
# File 'sig/types.rbs', line 1233 def actual_value @actual_value end |
#drift_detection_timestamp ⇒ ::Time
Returns the value of attribute drift_detection_timestamp.
1234 1235 1236 |
# File 'sig/types.rbs', line 1234 def @drift_detection_timestamp end |
#previous_value ⇒ ::String
Returns the value of attribute previous_value.
1232 1233 1234 |
# File 'sig/types.rbs', line 1232 def previous_value @previous_value end |