Class: Aws::RoboMaker::Types::BatchDeleteWorldsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::BatchDeleteWorldsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #unprocessed_worlds  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of unprocessed worlds associated with the call.
 
Instance Attribute Details
#unprocessed_worlds ⇒ Array<String>
A list of unprocessed worlds associated with the call. These worlds were not deleted.
      33 34 35 36 37  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 33 class BatchDeleteWorldsResponse < Struct.new( :unprocessed_worlds) SENSITIVE = [] include Aws::Structure end  |