DescribeSessionsResponse
public struct DescribeSessionsResponse : AWSShapeUndocumented
- 
                  
                  DeclarationSwift public static var _members: [AWSShapeMember]
- 
                  
                  The token for the next set of items to return. (You received this token from a previous call.) DeclarationSwift public let nextToken: String?
- 
                  
                  A list of sessions meeting the request parameters. DeclarationSwift public let sessions: [Session]?
- 
                  
                  Undocumented DeclarationSwift public init(nextToken: String? = nil, sessions: [Session]? = nil)
 View on GitHub
View on GitHub DescribeSessionsResponse Structure Reference
        DescribeSessionsResponse Structure Reference