Class: Aws::SimSpaceWeaver::Types::LiveSimulationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::LiveSimulationState
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simspaceweaver/types.rb
Overview
A collection of additional state information, such as domain and clock configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#clocks ⇒ Array<Types::SimulationClock>
A list of simulation clocks.
-
#domains ⇒ Array<Types::Domain>
A list of domains for the simulation.
Instance Attribute Details
#clocks ⇒ Array<Types::SimulationClock>
A list of simulation clocks.
<note markdown=“1”> At this time, a simulation has only one clock.
</note>
560 561 562 563 564 565 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 560 class LiveSimulationState < Struct.new( :clocks, :domains) SENSITIVE = [] include Aws::Structure end |
#domains ⇒ Array<Types::Domain>
A list of domains for the simulation. For more information about domains, see [Key concepts: Domains] in the *SimSpace Weaver User Guide*.
560 561 562 563 564 565 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 560 class LiveSimulationState < Struct.new( :clocks, :domains) SENSITIVE = [] include Aws::Structure end |