Class: Aws::RoboMaker::Types::DescribeSimulationJobBatchRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::DescribeSimulationJobBatchRequest
 
 
- 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 describe.
 
Instance Attribute Details
#batch ⇒ String
The id of the batch to describe.
      2250 2251 2252 2253 2254  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2250 class DescribeSimulationJobBatchRequest < Struct.new( :batch) SENSITIVE = [] include Aws::Structure end  |