Class: Aws::SimSpaceWeaver::Types::StopClockInput
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::SimSpaceWeaver::Types::StopClockInput
 
- 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.
| 1094 1095 1096 1097 1098 | # File 'gems/aws-sdk-simspaceweaver/lib/aws-sdk-simspaceweaver/types.rb', line 1094 class StopClockInput < Struct.new( :simulation) SENSITIVE = [] include Aws::Structure end |