ResolveAliasOutput
public struct ResolveAliasOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to.
Declaration
Swift
public let fleetArn: String?
-
The fleet identifier that the alias is pointing to.
Declaration
Swift
public let fleetId: String?
-
Undocumented
Declaration
Swift
public init(fleetArn: String? = nil, fleetId: String? = nil)