DescribeGameServerInput
public struct DescribeGameServerInput : 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 information to be retrieved.
Declaration
Swift
public let gameServerId: String
-
Undocumented
Declaration
Swift
public init(gameServerGroupName: String, gameServerId: String)
-
Declaration
Swift
public func validate(name: String) throws