Class: Aws::Types::LiveSimulationState
- Inherits:
-
Object
- Object
- Aws::Types::LiveSimulationState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#clocks ⇒ ::Array[Types::SimulationClock]
Returns the value of attribute clocks.
-
#domains ⇒ ::Array[Types::Domain]
Returns the value of attribute domains.
Instance Attribute Details
#clocks ⇒ ::Array[Types::SimulationClock]
Returns the value of attribute clocks.
149 150 151 |
# File 'sig/types.rbs', line 149 def clocks @clocks end |
#domains ⇒ ::Array[Types::Domain]
Returns the value of attribute domains.
150 151 152 |
# File 'sig/types.rbs', line 150 def domains @domains end |