Class: Aws::RoboMaker::Types::DescribeWorldResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RoboMaker::Types::DescribeWorldResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-robomaker/types.rb
 
Overview
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 that generated the world.
 - 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A map that contains tag keys and tag values that are attached to the world.
 - 
  
    
      #template  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The world template.
 - 
  
    
      #world_description_body  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the JSON formatted string that describes the contents of your world.
 
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (arn) of the world.
      2868 2869 2870 2871 2872 2873 2874 2875 2876 2877  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2868 class DescribeWorldResponse < Struct.new( :arn, :generation_job, :template, :created_at, :tags, :world_description_body) SENSITIVE = [] include Aws::Structure end  | 
  
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world was created.
      2868 2869 2870 2871 2872 2873 2874 2875 2876 2877  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2868 class DescribeWorldResponse < Struct.new( :arn, :generation_job, :template, :created_at, :tags, :world_description_body) SENSITIVE = [] include Aws::Structure end  | 
  
#generation_job ⇒ String
The Amazon Resource Name (arn) of the world generation job that generated the world.
      2868 2869 2870 2871 2872 2873 2874 2875 2876 2877  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2868 class DescribeWorldResponse < Struct.new( :arn, :generation_job, :template, :created_at, :tags, :world_description_body) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world.
      2868 2869 2870 2871 2872 2873 2874 2875 2876 2877  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2868 class DescribeWorldResponse < Struct.new( :arn, :generation_job, :template, :created_at, :tags, :world_description_body) SENSITIVE = [] include Aws::Structure end  | 
  
#template ⇒ String
The world template.
      2868 2869 2870 2871 2872 2873 2874 2875 2876 2877  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2868 class DescribeWorldResponse < Struct.new( :arn, :generation_job, :template, :created_at, :tags, :world_description_body) SENSITIVE = [] include Aws::Structure end  | 
  
#world_description_body ⇒ String
Returns the JSON formatted string that describes the contents of your world.
      2868 2869 2870 2871 2872 2873 2874 2875 2876 2877  | 
    
      # File 'lib/aws-sdk-robomaker/types.rb', line 2868 class DescribeWorldResponse < Struct.new( :arn, :generation_job, :template, :created_at, :tags, :world_description_body) SENSITIVE = [] include Aws::Structure end  |