ivschat_list_rooms: Gets summary information about all your rooms in the AWS...

View source: R/ivschat_operations.R

ivschat_list_roomsR Documentation

Gets summary information about all your rooms in the AWS region where the API request is processed

Description

Gets summary information about all your rooms in the AWS region where the API request is processed. Results are sorted in descending order of updateTime.

See https://www.paws-r-sdk.com/docs/ivschat_list_rooms/ for full documentation.

Usage

ivschat_list_rooms(
  loggingConfigurationIdentifier = NULL,
  maxResults = NULL,
  messageReviewHandlerUri = NULL,
  name = NULL,
  nextToken = NULL
)

Arguments

loggingConfigurationIdentifier

Logging-configuration identifier.

maxResults

Maximum number of rooms to return. Default: 50.

messageReviewHandlerUri

Filters the list to match the specified message review handler URI.

name

Filters the list to match the specified room name.

nextToken

The first room to retrieve. This is used for pagination; see the nextToken response field.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.