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

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

Instance Attribute Details

#clocksArray<Types::SimulationClock>

A list of simulation clocks.

<note markdown=“1”> At this time, a simulation has only one clock.

</note>

Returns:



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

#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*.

[1]: docs.aws.amazon.com/simspaceweaver/latest/userguide/what-is_key-concepts.html#what-is_key-concepts_domains

Returns:



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