Class: Aws::SimSpaceWeaver::Types::DescribeSimulationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimSpaceWeaver::Types::DescribeSimulationInput
- 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.
209 210 211 212 213 |
# File 'lib/aws-sdk-simspaceweaver/types.rb', line 209 class DescribeSimulationInput < Struct.new( :simulation) SENSITIVE = [] include Aws::Structure end |