workspaces_describe_workspaces_pool_sessions {paws.end.user.computing}R Documentation

Retrieves a list that describes the streaming sessions for a specified pool

Description

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.

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 number of items to return.

NextToken

If you received a NextToken from a previous call that was paginated, provide this token to receive the next set of results.


[Package paws.end.user.computing version 0.7.0 Index]