Class: Aws::RoboMaker::Types::RestartSimulationJobRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#jobString

The Amazon Resource Name (ARN) of the simulation job.

Returns:

  • (String)


4146
4147
4148
4149
4150
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 4146

class RestartSimulationJobRequest < Struct.new(
  :job)
  SENSITIVE = []
  include Aws::Structure
end