nimblestudio_list_streaming_sessions: Lists the streaming sessions in a studio

View source: R/nimblestudio_operations.R

nimblestudio_list_streaming_sessionsR Documentation

Lists the streaming sessions in a studio

Description

Lists the streaming sessions in a studio.

See https://www.paws-r-sdk.com/docs/nimblestudio_list_streaming_sessions/ for full documentation.

Usage

nimblestudio_list_streaming_sessions(
  createdBy = NULL,
  nextToken = NULL,
  ownedBy = NULL,
  sessionIds = NULL,
  studioId
)

Arguments

createdBy

Filters the request to streaming sessions created by the given user.

nextToken

The token for the next set of results, or null if there are no more results.

ownedBy

Filters the request to streaming session owned by the given user

sessionIds

Filters the request to only the provided session IDs.

studioId

[required] The studio ID.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.