Class: Aws::SimSpaceWeaver::Types::StopSimulationInput

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)


1110
1111
1112
1113
1114
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 1110

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