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