StartGameSessionPlacementOutput
public struct StartGameSessionPlacementOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Object that describes the newly created game session placement. This object includes all the information provided in the request, as well as start/end time stamps and placement status.
Declaration
Swift
public let gameSessionPlacement: GameSessionPlacement? -
Undocumented
Declaration
Swift
public init(gameSessionPlacement: GameSessionPlacement? = nil)
View on GitHub
StartGameSessionPlacementOutput Structure Reference