Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ListRoomsCommandOutputProtected

The output of ListRoomsCommand.

Hierarchy

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

nextToken?: string

If there are more rooms than maxResults, use nextToken in the request to get the next set.

rooms: undefined | RoomSummary[]

List of the matching rooms (summary information only).