Class: Aws::RoboMaker::Types::DescribeSimulationJobRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeSimulationJobRequest
- Defined in:
- gems/aws-sdk-robomaker/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 to be described.
Instance Attribute Details
#job ⇒ String
The Amazon Resource Name (ARN) of the simulation job to be described.
2381 2382 2383 2384 2385 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2381 class DescribeSimulationJobRequest < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |