Class: Aws::RoboMaker::Types::CancelSimulationJobBatchRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CancelSimulationJobBatchRequest
- Defined in:
- gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb
Overview
Note:
When making an API call, you may pass CancelSimulationJobBatchRequest data as a hash:
{
batch: "Arn", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#batch ⇒ String
The id of the batch to cancel.
Instance Attribute Details
#batch ⇒ String
The id of the batch to cancel.
158 159 160 161 162 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 158 class CancelSimulationJobBatchRequest < Struct.new( :batch) SENSITIVE = [] include Aws::Structure end |