Class: Aws::RoboMaker::Types::CreateWorldTemplateResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RoboMaker::Types::CreateWorldTemplateResponse
- 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.
-
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world template was created.
-
#name ⇒ String
The name of the world template.
-
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world template.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the world template.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1494 class CreateWorldTemplateResponse < Struct.new( :arn, :client_request_token, :created_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#client_request_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1494 class CreateWorldTemplateResponse < Struct.new( :arn, :client_request_token, :created_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The time, in milliseconds since the epoch, when the world template was created.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1494 class CreateWorldTemplateResponse < Struct.new( :arn, :client_request_token, :created_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the world template.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1494 class CreateWorldTemplateResponse < Struct.new( :arn, :client_request_token, :created_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map that contains tag keys and tag values that are attached to the world template.
1494 1495 1496 1497 1498 1499 1500 1501 1502 |
# File 'lib/aws-sdk-robomaker/types.rb', line 1494 class CreateWorldTemplateResponse < Struct.new( :arn, :client_request_token, :created_at, :name, :tags) SENSITIVE = [] include Aws::Structure end |