Class: Aws::RoboMaker::Types::RestartSimulationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::RestartSimulationJobRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Note:
When making an API call, you may pass RestartSimulationJobRequest data as a hash:
{
job: "Arn", # required
}
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.
4965 4966 4967 4968 4969 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4965 class RestartSimulationJobRequest < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |