Class: Aws::RoboMaker::Types::UpdateWorldTemplateResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 template.

Returns:

  • (String)


5632
5633
5634
5635
5636
5637
5638
5639
# File 'lib/aws-sdk-robomaker/types.rb', line 5632

class UpdateWorldTemplateResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#created_atTime

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

Returns:

  • (Time)


5632
5633
5634
5635
5636
5637
5638
5639
# File 'lib/aws-sdk-robomaker/types.rb', line 5632

class UpdateWorldTemplateResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The time, in milliseconds since the epoch, when the world template was last updated.

Returns:

  • (Time)


5632
5633
5634
5635
5636
5637
5638
5639
# File 'lib/aws-sdk-robomaker/types.rb', line 5632

class UpdateWorldTemplateResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the world template.

Returns:

  • (String)


5632
5633
5634
5635
5636
5637
5638
5639
# File 'lib/aws-sdk-robomaker/types.rb', line 5632

class UpdateWorldTemplateResponse < Struct.new(
  :arn,
  :name,
  :created_at,
  :last_updated_at)
  SENSITIVE = []
  include Aws::Structure
end