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
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.
122 123 124 125 126 |
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 122 class CancelSimulationJobBatchRequest < Struct.new( :batch) SENSITIVE = [] include Aws::Structure end |