DescribeSessionsResponse

public struct DescribeSessionsResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The token for the next set of items to return. (You received this token from a previous call.)

    Declaration

    Swift

    public let nextToken: String?
  • A list of sessions meeting the request parameters.

    Declaration

    Swift

    public let sessions: [Session]?
  • Undocumented

    Declaration

    Swift

    public init(nextToken: String? = nil, sessions: [Session]? = nil)