nimblestudio_list_streaming_sessions {paws.end.user.computing} | R 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. |
[Package paws.end.user.computing version 0.7.0 Index]