Class: Aws::SimSpaceWeaver::Types::DeleteSimulationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::DeleteSimulationInput
- 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.
122 123 124 125 126 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 122 class DeleteSimulationInput < Struct.new( :simulation) SENSITIVE = [] include Aws::Structure end |