View source: R/athena_operations.R
| athena_list_sessions | R Documentation | 
Lists the sessions in a workgroup that are in an active state like CREATING, CREATED, IDLE, or BUSY. Newer sessions are listed first; older sessions are listed later.
See https://www.paws-r-sdk.com/docs/athena_list_sessions/ for full documentation.
athena_list_sessions(
  WorkGroup,
  StateFilter = NULL,
  MaxResults = NULL,
  NextToken = NULL
)
WorkGroup | 
 [required] The workgroup to which the session belongs.  | 
StateFilter | 
 A filter for a specific session state. A description of each state follows. 
 
 
 
 
 
 
 
  | 
MaxResults | 
 The maximum number of sessions to return.  | 
NextToken | 
 A token generated by the Athena service that specifies where to continue
pagination if a previous request was truncated. To obtain the next set
of pages, pass in the   | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.