Class: Aws::SimSpaceWeaver::Types::StartClockInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::StartClockInput
- 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.
922 923 924 925 926 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 922 class StartClockInput < Struct.new( :simulation) SENSITIVE = [] include Aws::Structure end |