Class: Aws::SimSpaceWeaver::Types::StopClockInput

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)


1094
1095
1096
1097
1098
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 1094

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