Class: Aws::RoboMaker::Types::CancelSimulationJobBatchRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::CancelSimulationJobBatchRequest
 
 
- 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 cancel.
 
Instance Attribute Details
#batch ⇒ String
The id of the batch to cancel.
      122 123 124 125 126  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 122 class CancelSimulationJobBatchRequest < Struct.new( :batch) SENSITIVE = [] include Aws::Structure end  |