View source: R/workspacesweb_operations.R
workspacesweb_list_sessions | R Documentation |
Lists information for multiple secure browser sessions from a specific portal.
See https://www.paws-r-sdk.com/docs/workspacesweb_list_sessions/ for full documentation.
workspacesweb_list_sessions(
maxResults = NULL,
nextToken = NULL,
portalId,
sessionId = NULL,
sortBy = NULL,
status = NULL,
username = NULL
)
maxResults |
The maximum number of results to be included in the next page. |
nextToken |
The pagination token used to retrieve the next page of results for this operation. |
portalId |
[required] The ID of the web portal for the sessions. |
sessionId |
The ID of the session. |
sortBy |
The method in which the returned sessions should be sorted. |
status |
The status of the session. |
username |
The username of the session. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.