Class: Aws::SimSpaceWeaver::Types::SimulationClock

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb

Overview

Status information about the simulation clock.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The current status of the simulation clock.

Returns:

  • (String)


801
802
803
804
805
806
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 801

class SimulationClock < Struct.new(
  :status,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end

#target_statusString

The desired status of the simulation clock.

Returns:

  • (String)


801
802
803
804
805
806
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 801

class SimulationClock < Struct.new(
  :status,
  :target_status)
  SENSITIVE = []
  include Aws::Structure
end