You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the world template.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the world template.

#client_request_tokenString

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

Returns:

  • (String)

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

#created_atTime

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

Returns:

  • (Time)

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

#last_updated_atTime

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

Returns:

  • (Time)

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

#nameString

The name of the world template.

Returns:

  • (String)

    The name of the world template.

#tagsHash<String,String>

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

Returns:

  • (Hash<String,String>)

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