DescribeGameSessionsOutput

public struct DescribeGameSessionsOutput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A collection of objects containing game session properties for each session matching the request.

    Declaration

    Swift

    public let gameSessions: [GameSession]?
  • 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?
  • Undocumented

    Declaration

    Swift

    public init(gameSessions: [GameSession]? = nil, nextToken: String? = nil)