Gets summary information about all your rooms in the AWS region where the API request is processed
Source:R/ivschat_operations.R
ivschat_list_rooms.RdGets 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(
name = NULL,
nextToken = NULL,
maxResults = NULL,
messageReviewHandlerUri = NULL,
loggingConfigurationIdentifier = NULL
)Arguments
- name
Filters the list to match the specified room name.
- nextToken
The first room to retrieve. This is used for pagination; see the
nextTokenresponse field.- maxResults
Maximum number of rooms to return. Default: 50.
- messageReviewHandlerUri
Filters the list to match the specified message review handler URI.
- loggingConfigurationIdentifier
Logging-configuration identifier.