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

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)


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

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