Class: Aws::Types::SimulationClock
- Inherits:
-
Object
- Object
- Aws::Types::SimulationClock
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#status ⇒ "UNKNOWN", ...
Returns the value of attribute status.
-
#target_status ⇒ "UNKNOWN", ...
Returns the value of attribute target_status.
Instance Attribute Details
#status ⇒ "UNKNOWN", ...
Returns the value of attribute status.
208 209 210 |
# File 'sig/types.rbs', line 208 def status @status end |
#target_status ⇒ "UNKNOWN", ...
Returns the value of attribute target_status.
209 210 211 |
# File 'sig/types.rbs', line 209 def target_status @target_status end |