Class: Aws::RoboMaker::Types::CancelSimulationJobBatchRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#batchString

The id of the batch to cancel.

Returns:

  • (String)


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