DescribePlayerSessionsOutput
public struct DescribePlayerSessionsOutput : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Declaration
Swift
public let nextToken: String?
-
A collection of objects containing properties for each player session that matches the request.
Declaration
Swift
public let playerSessions: [PlayerSession]?
-
Undocumented
Declaration
Swift
public init(nextToken: String? = nil, playerSessions: [PlayerSession]? = nil)