Class: Aws::SimSpaceWeaver::Types::DescribeSimulationInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


209
210
211
212
213
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 209

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