Alias
public struct Alias : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let aliasArn: String?
-
A unique identifier for an alias. Alias IDs are unique within a Region.
Declaration
Swift
public let aliasId: String?
-
A time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example “1469498468.057”).
Declaration
Swift
public let creationTime: TimeStamp?
-
A human-readable description of an alias.
Declaration
Swift
public let description: String?
-
The time that this data object was last modified. Format is a number expressed in Unix time as milliseconds (for example “1469498468.057”).
Declaration
Swift
public let lastUpdatedTime: TimeStamp?
-
A descriptive label that is associated with an alias. Alias names do not need to be unique.
Declaration
Swift
public let name: String?
-
The routing configuration, including routing type and fleet target, for the alias.
Declaration
Swift
public let routingStrategy: RoutingStrategy?
-
Undocumented
Declaration
Swift
public init(aliasArn: String? = nil, aliasId: String? = nil, creationTime: TimeStamp? = nil, description: String? = nil, lastUpdatedTime: TimeStamp? = nil, name: String? = nil, routingStrategy: RoutingStrategy? = nil)