CreateGameSessionOutput
public struct CreateGameSessionOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Object that describes the newly created game session record.
Declaration
Swift
public let gameSession: GameSession? -
Undocumented
Declaration
Swift
public init(gameSession: GameSession? = nil)
View on GitHub
CreateGameSessionOutput Structure Reference