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
Note:
When making an API call, you may pass DescribeSimulationJobRequest 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 to be described.
Instance Attribute Details
#job ⇒ String
The Amazon Resource Name (ARN) of the simulation job to be described.
2915 2916 2917 2918 2919 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2915 class DescribeSimulationJobRequest < Struct.new( :job) SENSITIVE = [] include Aws::Structure end |