Class: Aws::SimSpaceWeaver::Types::StopSimulationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::StopSimulationInput
- 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.
1110 1111 1112 1113 1114 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 1110 class StopSimulationInput < Struct.new( :simulation) SENSITIVE = [] include Aws::Structure end |