Retrieves a list that describes the streaming sessions for a specified pool.
See https://www.paws-r-sdk.com/docs/workspaces_describe_workspaces_pool_sessions/ for full documentation.
workspaces_describe_workspaces_pool_sessions(
PoolId,
UserId = NULL,
Limit = NULL,
NextToken = NULL
)
[required] The identifier of the pool.
The identifier of the user.
The maximum number of items to return.
If you received a NextToken
from a previous call that was paginated,
provide this token to receive the next set of results.