Class: Aws::RoboMaker::Types::DescribeSimulationJobRequest

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 to be described.

Returns:

  • (String)


2386
2387
2388
2389
2390
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2386

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