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

Class: Aws::GameLift::Types::Alias

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#alias_arnString

Amazon Resource Name (ARN) that is assigned to a GameLift alias resource and uniquely identifies it. ARNs are unique across all Regions. In a GameLift alias ARN, the resource ID matches the alias ID value.

Returns:

  • (String)

    Amazon Resource Name ([ARN][1]) that is assigned to a GameLift alias resource and uniquely identifies it.

#alias_idString

A unique identifier for an alias. Alias IDs are unique within a Region.

Returns:

  • (String)

    A unique identifier for an alias.

#creation_timeTime

A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example \"1469498468.057\").

Returns:

  • (Time)

    A time stamp indicating when this data object was created.

#descriptionString

A human-readable description of an alias.

Returns:

  • (String)

    A human-readable description of an alias.

#last_updated_timeTime

The time that this data object was last modified. Format is a number expressed in Unix time as milliseconds (for example \"1469498468.057\").

Returns:

  • (Time)

    The time that this data object was last modified.

#nameString

A descriptive label that is associated with an alias. Alias names do not need to be unique.

Returns:

  • (String)

    A descriptive label that is associated with an alias.

#routing_strategyTypes::RoutingStrategy

The routing configuration, including routing type and fleet target, for the alias.

Returns:

  • (Types::RoutingStrategy)

    The routing configuration, including routing type and fleet target, for the alias.