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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-simspaceweaver/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 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 922

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