AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the UpdateRoom operation. Updates a room’s configuration.
Namespace: Amazon.Ivschat.Model
Assembly: AWSSDK.Ivschat.dll
Version: 3.x.y.z
public class UpdateRoomRequest : AmazonIvschatRequest IAmazonWebServiceRequest
The UpdateRoomRequest type exposes the following members
Name | Description | |
---|---|---|
UpdateRoomRequest() |
Name | Type | Description | |
---|---|---|---|
Identifier | System.String |
Gets and sets the property Identifier. Identifier of the room to be updated. Currently this must be an ARN. |
|
LoggingConfigurationIdentifiers | System.Collections.Generic.List<System.String> |
Gets and sets the property LoggingConfigurationIdentifiers. Array of logging-configuration identifiers attached to the room. |
|
MaximumMessageLength | System.Int32 |
Gets and sets the property MaximumMessageLength. The maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500. |
|
MaximumMessageRatePerSecond | System.Int32 |
Gets and sets the property MaximumMessageRatePerSecond. Maximum number of messages per second that can be sent to the room (by all clients). Default: 10. |
|
MessageReviewHandler | Amazon.Ivschat.Model.MessageReviewHandler |
Gets and sets the property MessageReviewHandler.
Configuration information for optional review of messages. Specify an empty |
|
Name | System.String |
Gets and sets the property Name. Room name. The value does not need to be unique. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5