Class: Aws::Types::StackDriftInformationSummary
- Inherits:
-
Object
- Object
- Aws::Types::StackDriftInformationSummary
- 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.
1660 1661 1662 |
# File 'sig/types.rbs', line 1660 def @last_check_timestamp end |
#stack_drift_status ⇒ "DRIFTED", ...
Returns the value of attribute stack_drift_status.
1659 1660 1661 |
# File 'sig/types.rbs', line 1659 def stack_drift_status @stack_drift_status end |