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.
This is the response object from the CreateRoom operation.
Namespace: Amazon.Ivschat.Model
Assembly: AWSSDK.Ivschat.dll
Version: 3.x.y.z
public class CreateRoomResponse : AmazonWebServiceResponse
The CreateRoomResponse type exposes the following members
Name | Description | |
---|---|---|
![]() |
CreateRoomResponse() |
Name | Type | Description | |
---|---|---|---|
![]() |
Arn | System.String |
Gets and sets the property Arn. Room ARN, assigned by the system. |
![]() |
ContentLength | System.Int64 | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
CreateTime | System.DateTime |
Gets and sets the property CreateTime. Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string. |
![]() |
HttpStatusCode | System.Net.HttpStatusCode | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Id | System.String |
Gets and sets the property Id. Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room. |
![]() |
LoggingConfigurationIdentifiers | System.Collections.Generic.List<System.String> |
Gets and sets the property LoggingConfigurationIdentifiers. Array of logging configurations attached to the room, from the request (if specified). |
![]() |
MaximumMessageLength | System.Int32 |
Gets and sets the property MaximumMessageLength. Maximum number of characters in a single message, from the request (if specified). |
![]() |
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), from the request (if specified). |
![]() |
MessageReviewHandler | Amazon.Ivschat.Model.MessageReviewHandler |
Gets and sets the property MessageReviewHandler. Configuration information for optional review of messages. |
![]() |
Name | System.String |
Gets and sets the property Name. Room name, from the request (if specified). |
![]() |
ResponseMetadata | Amazon.Runtime.ResponseMetadata | Inherited from Amazon.Runtime.AmazonWebServiceResponse. |
![]() |
Tags | System.Collections.Generic.Dictionary<System.String, System.String> |
Gets and sets the property Tags. Tags attached to the resource, from the request (if specified). |
![]() |
UpdateTime | System.DateTime |
Gets and sets the property UpdateTime. Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string. |
.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