Class: Aws::RoboMaker::Types::WorldSummary
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::WorldSummary
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
Information about a world.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (ARN) of the world.
 - 
  
    
      #created_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time, in milliseconds since the epoch, when the world was created.
 - 
  
    
      #generation_job  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (arn) of the world generation job.
 - 
  
    
      #template  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Resource Name (arn) of the world template.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the world.
      5995 5996 5997 5998 5999 6000 6001 6002  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5995 class WorldSummary < Struct.new( :arn, :created_at, :generation_job, :template) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world was created.
      5995 5996 5997 5998 5999 6000 6001 6002  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5995 class WorldSummary < Struct.new( :arn, :created_at, :generation_job, :template) SENSITIVE = [] include Aws::Structure end  | 
  
#generation_job ⇒ String
The Amazon Resource Name (arn) of the world generation job.
      5995 5996 5997 5998 5999 6000 6001 6002  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5995 class WorldSummary < Struct.new( :arn, :created_at, :generation_job, :template) SENSITIVE = [] include Aws::Structure end  | 
  
#template ⇒ String
The Amazon Resource Name (arn) of the world template.
      5995 5996 5997 5998 5999 6000 6001 6002  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 5995 class WorldSummary < Struct.new( :arn, :created_at, :generation_job, :template) SENSITIVE = [] include Aws::Structure end  |