Class: Aws::RoboMaker::Types::DescribeWorldTemplateResponse

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)


2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2926

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

#client_request_tokenString

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

Returns:

  • (String)


2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2926

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

#created_atTime

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

Returns:

  • (Time)


2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2926

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

#last_updated_atTime

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

Returns:

  • (Time)


2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2926

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

#nameString

The name of the world template.

Returns:

  • (String)


2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2926

class DescribeWorldTemplateResponse < Struct.new(
  :arn,
  :client_request_token,
  :name,
  :created_at,
  :last_updated_at,
  :tags,
  :version)
  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>)


2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2926

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

#versionString

The version of the world template that you're using.

Returns:

  • (String)


2926
2927
2928
2929
2930
2931
2932
2933
2934
2935
2936
# File 'gems/aws-sdk-robomaker/lib/aws-sdk-robomaker/types.rb', line 2926

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