Class: Aws::RoboMaker::Types::DescribeSimulationJobBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeSimulationJobBatchRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-robomaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch ⇒ String
The id of the batch to describe.
Instance Attribute Details
#batch ⇒ String
The id of the batch to describe.
2245 2246 2247 2248 2249 |
# File 'lib/aws-sdk-robomaker/types.rb', line 2245 class DescribeSimulationJobBatchRequest < Struct.new( :batch) SENSITIVE = [] include Aws::Structure end |