Get Room Result
data class GetRoomResult(val arn: String? = null, val id: String? = null, val loggingConfigurationIdentifiers: List<String>? = null, val maximumMessageLength: Int? = null, val maximumMessageRatePerSecond: Int? = null, val messageReviewHandler: RoomMessageReviewHandler? = null, val name: String? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
Array of logging configuration identifiers attached to the room.
Link copied to clipboard
The maximum number of characters in a single message.
Link copied to clipboard
The maximum number of messages per second that can be sent to the room.
Link copied to clipboard
Configuration information for optional review of messages.