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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


2381
2382
2383
2384
2385
# File 'lib/aws-sdk-robomaker/types.rb', line 2381

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