DeregisterGameServerInput
public struct DeregisterGameServerInput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
A unique identifier for the game server group where the game server is running. Use either the GameServerGroup name or ARN value.
Declaration
Swift
public let gameServerGroupName: String -
A custom string that uniquely identifies the game server to deregister.
Declaration
Swift
public let gameServerId: String -
Undocumented
Declaration
Swift
public init(gameServerGroupName: String, gameServerId: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
DeregisterGameServerInput Structure Reference