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

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 template.

Returns:

  • (String)


5632
5633
5634
5635
5636
5637
5638
5639
# File 'gems/aws-sdk-robomaker/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 'gems/aws-sdk-robomaker/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 'gems/aws-sdk-robomaker/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 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 5632

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