Class: Aws::RoboMaker::Types::CancelWorldGenerationJobRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::CancelWorldGenerationJobRequest
 
 
- 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 world generator job to cancel.
 
Instance Attribute Details
#job ⇒ String
The Amazon Resource Name (arn) of the world generator job to cancel.
      170 171 172 173 174  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 170 class CancelWorldGenerationJobRequest < Struct.new( :job) SENSITIVE = [] include Aws::Structure end  |