ivsrealtime_list_stage_sessions {paws.analytics} | R Documentation |
Gets all sessions for a specified stage
Description
Gets all sessions for a specified stage.
See https://www.paws-r-sdk.com/docs/ivsrealtime_list_stage_sessions/ for full documentation.
Usage
ivsrealtime_list_stage_sessions(stageArn, nextToken = NULL, maxResults = NULL)
Arguments
stageArn |
[required] Stage ARN. |
nextToken |
The first stage session to retrieve. This is used for pagination; see
the |
maxResults |
Maximum number of results to return. Default: 50. |
[Package paws.analytics version 0.7.0 Index]