Class: Aws::SimSpaceWeaver::Types::LiveSimulationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::LiveSimulationState
- Defined in:
- gems/aws-sdk-simspaceweaver/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.
560 561 562 563 564 565 |
# File 'gems/aws-sdk-simspaceweaver/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 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 560 class LiveSimulationState < Struct.new( :clocks, :domains) SENSITIVE = [] include Aws::Structure end |