ivschat_list_rooms {paws.end.user.computing} | R 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(
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
|
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. |
[Package paws.end.user.computing version 0.7.0 Index]