CreateGameSessionQueueOutput
public struct CreateGameSessionQueueOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
An object that describes the newly created game session queue.
Declaration
Swift
public let gameSessionQueue: GameSessionQueue?
-
Undocumented
Declaration
Swift
public init(gameSessionQueue: GameSessionQueue? = nil)