CreatePlayerSessionsOutput
public struct CreatePlayerSessionsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A collection of player session objects created for the added players.
Declaration
Swift
public let playerSessions: [PlayerSession]?
-
Undocumented
Declaration
Swift
public init(playerSessions: [PlayerSession]? = nil)