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
- Struct
- Aws::GameLift::Types::Alias
- Defined in:
- (unknown)
Overview
Properties that describe an alias resource.
Returned by:
Instance Attribute Summary collapse
-
#alias_arn ⇒ String
Amazon Resource Name ([ARN][1]) that is assigned to a GameLift alias resource and uniquely identifies it.
-
#alias_id ⇒ String
A unique identifier for an alias.
-
#creation_time ⇒ Time
A time stamp indicating when this data object was created.
-
#description ⇒ String
A human-readable description of an alias.
-
#last_updated_time ⇒ Time
The time that this data object was last modified.
-
#name ⇒ String
A descriptive label that is associated with an alias.
-
#routing_strategy ⇒ Types::RoutingStrategy
The routing configuration, including routing type and fleet target, for the alias.
Instance Attribute Details
#alias_arn ⇒ String
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.
#alias_id ⇒ String
A unique identifier for an alias. Alias IDs are unique within a Region.
#creation_time ⇒ Time
A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example \"1469498468.057\").
#description ⇒ String
A human-readable description of an alias.
#last_updated_time ⇒ Time
The time that this data object was last modified. Format is a number expressed in Unix time as milliseconds (for example \"1469498468.057\").
#name ⇒ String
A descriptive label that is associated with an alias. Alias names do not need to be unique.
#routing_strategy ⇒ Types::RoutingStrategy
The routing configuration, including routing type and fleet target, for the alias.