Class: Aws::RoboMaker::Types::UpdateWorldTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::UpdateWorldTemplateResponse
- 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 template.
-
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world template was created.
-
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the world template was last updated.
-
#name ⇒ String
The name of the world template.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (arn) of the world template.
5631 5632 5633 5634 5635 5636 5637 5638 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5631 class UpdateWorldTemplateResponse < Struct.new( :arn, :name, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world template was created.
5631 5632 5633 5634 5635 5636 5637 5638 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5631 class UpdateWorldTemplateResponse < Struct.new( :arn, :name, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The time, in milliseconds since the epoch, when the world template was last updated.
5631 5632 5633 5634 5635 5636 5637 5638 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5631 class UpdateWorldTemplateResponse < Struct.new( :arn, :name, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the world template.
5631 5632 5633 5634 5635 5636 5637 5638 |
# File 'lib/aws-sdk-robomaker/types.rb', line 5631 class UpdateWorldTemplateResponse < Struct.new( :arn, :name, :created_at, :last_updated_at) SENSITIVE = [] include Aws::Structure end |