Class: Aws::Types::DriftStatusSummary
- Inherits:
-
Object
- Object
- Aws::Types::DriftStatusSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#drift_status ⇒ "DRIFTED", ...
Returns the value of attribute drift_status.
-
#types ⇒ Types::EnabledControlDriftTypes
Returns the value of attribute types.
Instance Attribute Details
#drift_status ⇒ "DRIFTED", ...
Returns the value of attribute drift_status.
120 121 122 |
# File 'sig/types.rbs', line 120 def drift_status @drift_status end |
#types ⇒ Types::EnabledControlDriftTypes
Returns the value of attribute types.
121 122 123 |
# File 'sig/types.rbs', line 121 def types @types end |