Class: Aws::RoboMaker::Types::DescribeSimulationJobBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::DescribeSimulationJobBatchRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Note:
When making an API call, you may pass DescribeSimulationJobBatchRequest data as a hash:
{
batch: "Arn", # required
}
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.
2772 2773 2774 2775 2776 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2772 class DescribeSimulationJobBatchRequest < Struct.new( :batch) SENSITIVE = [] include Aws::Structure end |