Alias class
Properties that describe an alias resource.
Constructors
Properties
- aliasArn → 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.
final
- aliasId → String?
-
A unique identifier for an alias. Alias IDs are unique within a Region.
final
- creationTime → DateTime?
-
A time stamp indicating when this data object was created. Format is a
number expressed in Unix time as milliseconds (for example
"1469498468.057").
final
- description → String?
-
A human-readable description of an alias.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- lastUpdatedTime → DateTime?
-
The time that this data object was last modified. Format is a number
expressed in Unix time as milliseconds (for example "1469498468.057").
final
- name → String?
-
A descriptive label that is associated with an alias. Alias names do not
need to be unique.
final
- routingStrategy → RoutingStrategy?
-
The routing configuration, including routing type and fleet target, for the
alias.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited