Class: Aws::RoboMaker::Types::CreateWorldTemplateResponse

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)


1498
1499
1500
1501
1502
1503
1504
1505
1506
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1498

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

#client_request_tokenString

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

Returns:

  • (String)


1498
1499
1500
1501
1502
1503
1504
1505
1506
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1498

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

#created_atTime

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

Returns:

  • (Time)


1498
1499
1500
1501
1502
1503
1504
1505
1506
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1498

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

#nameString

The name of the world template.

Returns:

  • (String)


1498
1499
1500
1501
1502
1503
1504
1505
1506
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1498

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

#tagsHash<String,String>

A map that contains tag keys and tag values that are attached to the world template.

Returns:

  • (Hash<String,String>)


1498
1499
1500
1501
1502
1503
1504
1505
1506
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 1498

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