AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.Ivschat.Model.CreateRoomResponse

Namespace: Amazon.Ivschat.Model
Assembly: AWSSDK.Ivschat.dll
Version: 3.x.y.z

Syntax

C#
public class CreateRoomResponse : AmazonWebServiceResponse

The CreateRoomResponse type exposes the following members

Constructors

NameDescription
Public Method CreateRoomResponse()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

Room ARN, assigned by the system.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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.

Public Property 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).

Public Property MaximumMessageLength System.Int32

Gets and sets the property MaximumMessageLength.

Maximum number of characters in a single message, from the request (if specified).

Public Property 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).

Public Property MessageReviewHandler Amazon.Ivschat.Model.MessageReviewHandler

Gets and sets the property MessageReviewHandler.

Configuration information for optional review of messages.

Public Property Name System.String

Gets and sets the property Name.

Room name, from the request (if specified).

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property 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).

Public Property 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.

Version Information

.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