Retrieves a list that describes the streaming sessions for a specified pool
Source:R/workspaces_operations.R
workspaces_describe_workspaces_pool_sessions.RdRetrieves 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.
Usage
workspaces_describe_workspaces_pool_sessions(
PoolId,
UserId = NULL,
Limit = NULL,
NextToken = NULL
)Arguments
- PoolId
[required] The identifier of the pool.
- UserId
The identifier of the user.
- Limit
The maximum size of each page of results. The default value is 20 and the maximum value is 50.
- NextToken
If you received a
NextTokenfrom a previous call that was paginated, provide this token to receive the next set of results.