Class: Aws::SimSpaceWeaver::Types::SimulationClock
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::SimulationClock
- 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
-
#status ⇒ String
The current status of the simulation clock.
-
#target_status ⇒ String
The desired status of the simulation clock.
Instance Attribute Details
#status ⇒ String
The current status of the simulation clock.
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_status ⇒ String
The desired status of the simulation clock.
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 |