Class: Aws::RoboMaker::Types::RestartSimulationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::RestartSimulationJobRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job ⇒ String
The Amazon Resource Name (ARN) of the simulation job.
Instance Attribute Details
#job ⇒ String
The Amazon Resource Name (ARN) of the simulation job.
4141 4142 4143 4144 4145 |
# File 'lib/aws-sdk-robomaker/types.rb', line 4141 class RestartSimulationJobRequest < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |