Class: Aws::Types::StackResourceDriftInformation
- Inherits:
-
Object
- Object
- Aws::Types::StackResourceDriftInformation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#last_check_timestamp ⇒ ::Time
Returns the value of attribute last_check_timestamp.
-
#stack_resource_drift_status ⇒ "IN_SYNC", ...
Returns the value of attribute stack_resource_drift_status.
Instance Attribute Details
#last_check_timestamp ⇒ ::Time
Returns the value of attribute last_check_timestamp.
1823 1824 1825 |
# File 'sig/types.rbs', line 1823 def @last_check_timestamp end |
#stack_resource_drift_status ⇒ "IN_SYNC", ...
Returns the value of attribute stack_resource_drift_status.
1822 1823 1824 |
# File 'sig/types.rbs', line 1822 def stack_resource_drift_status @stack_resource_drift_status end |