Class: Aws::RoboMaker::Types::DescribeWorldResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (arn) of the world.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
# File 'gems/aws-sdk-robomaker/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_atTime

The time, in milliseconds since the epoch, when the world was created.

Returns:

  • (Time)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
# File 'gems/aws-sdk-robomaker/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_jobString

The Amazon Resource Name (arn) of the world generation job that generated the world.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
# File 'gems/aws-sdk-robomaker/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

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the world.

Returns:

  • (Hash<String,String>)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
# File 'gems/aws-sdk-robomaker/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

#templateString

The world template.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
# File 'gems/aws-sdk-robomaker/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_bodyString

Returns the JSON formatted string that describes the contents of your world.

Returns:

  • (String)


2868
2869
2870
2871
2872
2873
2874
2875
2876
2877
# File 'gems/aws-sdk-robomaker/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