glue_list_sessions {paws.analytics} | R Documentation |
Retrieve a list of sessions
Description
Retrieve a list of sessions.
See https://www.paws-r-sdk.com/docs/glue_list_sessions/ for full documentation.
Usage
glue_list_sessions(
NextToken = NULL,
MaxResults = NULL,
Tags = NULL,
RequestOrigin = NULL
)
Arguments
NextToken |
The token for the next set of results, or null if there are no more result. |
MaxResults |
The maximum number of results. |
Tags |
Tags belonging to the session. |
RequestOrigin |
The origin of the request. |
[Package paws.analytics version 0.9.0 Index]