Class: Aws::SimSpaceWeaver::Types::StopClockInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::StopClockInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-simspaceweaver/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#simulation ⇒ String
The name of the simulation.
Instance Attribute Details
#simulation ⇒ String
The name of the simulation.
1094 1095 1096 1097 1098 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 1094 class StopClockInput < Struct.new( :simulation) SENSITIVE = [] include Aws::Structure end |