Learn R Programming

paws.end.user.computing (version 0.9.0)

workspaces_describe_workspaces_pool_sessions: 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.