Class: Aws::RoboMaker::Types::WorldSummary

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

Overview

Information about a world.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the world.

Returns:

  • (String)


5995
5996
5997
5998
5999
6000
6001
6002
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5995

class WorldSummary < Struct.new(
  :arn,
  :created_at,
  :generation_job,
  :template)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


5995
5996
5997
5998
5999
6000
6001
6002
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5995

class WorldSummary < Struct.new(
  :arn,
  :created_at,
  :generation_job,
  :template)
  SENSITIVE = []
  include Aws::Structure
end

#generation_jobString

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

Returns:

  • (String)


5995
5996
5997
5998
5999
6000
6001
6002
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5995

class WorldSummary < Struct.new(
  :arn,
  :created_at,
  :generation_job,
  :template)
  SENSITIVE = []
  include Aws::Structure
end

#templateString

The Amazon Resource Name (arn) of the world template.

Returns:

  • (String)


5995
5996
5997
5998
5999
6000
6001
6002
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5995

class WorldSummary < Struct.new(
  :arn,
  :created_at,
  :generation_job,
  :template)
  SENSITIVE = []
  include Aws::Structure
end