Class: Aws::SimSpaceWeaver::Types::DeleteSimulationInput

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)


122
123
124
125
126
# File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 122

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