sessions

@JvmName(name = "describeSessionsResponseSession")
fun Flow<DescribeSessionsResponse>.sessions(): Flow<Session>

This paginator transforms the flow returned by describeSessionsPaginated to access the nested member Session

Return

A kotlinx.coroutines.flow.Flow that can collect Session