Class: Aws::RoboMaker::Types::FinishedWorldsSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::FinishedWorldsSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Information about worlds that finished.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #failure_summary  ⇒ Types::FailureSummary 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Information about worlds that failed.
 - 
  
    
      #finished_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The total number of finished worlds.
 - 
  
    
      #succeeded_worlds  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of worlds that succeeded.
 
Instance Attribute Details
#failure_summary ⇒ Types::FailureSummary
Information about worlds that failed.
      3038 3039 3040 3041 3042 3043 3044  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 3038 class FinishedWorldsSummary < Struct.new( :finished_count, :succeeded_worlds, :failure_summary) SENSITIVE = [] include Aws::Structure end  | 
  
#finished_count ⇒ Integer
The total number of finished worlds.
      3038 3039 3040 3041 3042 3043 3044  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 3038 class FinishedWorldsSummary < Struct.new( :finished_count, :succeeded_worlds, :failure_summary) SENSITIVE = [] include Aws::Structure end  | 
  
#succeeded_worlds ⇒ Array<String>
A list of worlds that succeeded.
      3038 3039 3040 3041 3042 3043 3044  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 3038 class FinishedWorldsSummary < Struct.new( :finished_count, :succeeded_worlds, :failure_summary) SENSITIVE = [] include Aws::Structure end  |