Class: Aws::RoboMaker::Types::DescribeSimulationJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::DescribeSimulationJobRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #job  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the simulation job to be described.
 
Instance Attribute Details
#job ⇒ String
The Amazon Resource Name (ARN) of the simulation job to be described.
      2386 2387 2388 2389 2390  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2386 class DescribeSimulationJobRequest < Struct.new( :job) SENSITIVE = [] include Aws::Structure end  |