Class: Aws::SimSpaceWeaver::Types::LiveSimulationState

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#clocksArray<Types::SimulationClock>

A list of simulation clocks.

At this time, a simulation has only one clock.

Returns:



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

#domainsArray<Types::Domain>

A list of domains for the simulation. For more information about domains, see Key concepts: Domains in the SimSpace Weaver User Guide.

Returns:



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