glue_list_sessions: Retrieve a list of sessions

View source: R/glue_operations.R

glue_list_sessionsR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.