Class: Aws::Types::StackDriftInformation
- Inherits:
-
Object
- Object
- Aws::Types::StackDriftInformation
- 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_drift_status ⇒ "DRIFTED", ...
Returns the value of attribute stack_drift_status.
Instance Attribute Details
#last_check_timestamp ⇒ ::Time
Returns the value of attribute last_check_timestamp.
1654 1655 1656 |
# File 'sig/types.rbs', line 1654 def @last_check_timestamp end |
#stack_drift_status ⇒ "DRIFTED", ...
Returns the value of attribute stack_drift_status.
1653 1654 1655 |
# File 'sig/types.rbs', line 1653 def stack_drift_status @stack_drift_status end |