Class: Aws::SimSpaceWeaver::Types::StartClockInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#simulationString

The name of the simulation.

Returns:

  • (String)


922
923
924
925
926
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 922

class StartClockInput < Struct.new(
  :simulation)
  SENSITIVE = []
  include Aws::Structure
end