

# RoomSummary
<a name="API_RoomSummary"></a>

Summary information about a room.

## Contents
<a name="API_RoomSummary_Contents"></a>

 ** arn **   <a name="ivs-Type-RoomSummary-arn"></a>
Room ARN.  
Type: String  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `arn:aws:ivschat:[a-z0-9-]+:[0-9]+:room/[a-zA-Z0-9-]+`   
Required: No

 ** createTime **   <a name="ivs-Type-RoomSummary-createTime"></a>
Time when the room was created. This is an ISO 8601 timestamp; *note that this is returned as a string*.   
Type: Timestamp  
Required: No

 ** id **   <a name="ivs-Type-RoomSummary-id"></a>
Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.  
Type: String  
Length Constraints: Fixed length of 12.  
Pattern: `[a-zA-Z0-9]+`   
Required: No

 ** loggingConfigurationIdentifiers **   <a name="ivs-Type-RoomSummary-loggingConfigurationIdentifiers"></a>
List of logging-configuration identifiers attached to the room.  
Type: Array of strings  
Array Members: Minimum number of 0 items. Maximum number of 3 items.  
Length Constraints: Minimum length of 1. Maximum length of 128.  
Pattern: `arn:aws:ivschat:[a-z0-9-]+:[0-9]+:logging-configuration/[a-zA-Z0-9-]+`   
Required: No

 ** messageReviewHandler **   <a name="ivs-Type-RoomSummary-messageReviewHandler"></a>
Configuration information for optional review of messages.  
Type: [MessageReviewHandler](API_MessageReviewHandler.md) object  
Required: No

 ** name **   <a name="ivs-Type-RoomSummary-name"></a>
Room name. The value does not need to be unique.  
Type: String  
Length Constraints: Minimum length of 0. Maximum length of 128.  
Pattern: `[a-zA-Z0-9-_]*`   
Required: No

 ** tags **   <a name="ivs-Type-RoomSummary-tags"></a>
Tags attached to the resource. Array of maps, each of the form `string:string (key:value)`. See [Best practices and strategies](https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html) in *Tagging AWS Resources and Tag Editor* for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints beyond what is documented there.  
Type: String to string map  
Map Entries: Minimum number of 0 items. Maximum number of 50 items.  
Key Length Constraints: Minimum length of 1. Maximum length of 128.  
Value Length Constraints: Minimum length of 0. Maximum length of 256.  
Required: No

 ** updateTime **   <a name="ivs-Type-RoomSummary-updateTime"></a>
Time of the room’s last update. This is an ISO 8601 timestamp; *note that this is returned as a string*.   
Type: Timestamp  
Required: No

## See Also
<a name="API_RoomSummary_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/ivschat-2020-07-14/RoomSummary) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/ivschat-2020-07-14/RoomSummary) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/ivschat-2020-07-14/RoomSummary) 