Class: Aws::Ivschat::Types::RoomSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::RoomSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Summary information about a room.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
Room ARN.
-
#create_time ⇒ Time
Time when the room was created.
-
#id ⇒ String
Room ID, generated by the system.
-
#logging_configuration_identifiers ⇒ Array<String>
List of logging-configuration identifiers attached to the room.
-
#message_review_handler ⇒ Types::MessageReviewHandler
Configuration information for optional review of messages.
-
#name ⇒ String
Room name.
-
#tags ⇒ Hash<String,String>
Tags attached to the resource.
-
#update_time ⇒ Time
Time of the room’s last update.
Instance Attribute Details
#arn ⇒ String
Room ARN.
915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-ivschat/types.rb', line 915 class RoomSummary < Struct.new( :arn, :id, :name, :message_review_handler, :create_time, :update_time, :tags, :logging_configuration_identifiers) SENSITIVE = [] include Aws::Structure end |
#create_time ⇒ Time
Time when the room was created. This is an ISO 8601 timestamp; *note that this is returned as a string*.
915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-ivschat/types.rb', line 915 class RoomSummary < Struct.new( :arn, :id, :name, :message_review_handler, :create_time, :update_time, :tags, :logging_configuration_identifiers) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.
915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-ivschat/types.rb', line 915 class RoomSummary < Struct.new( :arn, :id, :name, :message_review_handler, :create_time, :update_time, :tags, :logging_configuration_identifiers) SENSITIVE = [] include Aws::Structure end |
#logging_configuration_identifiers ⇒ Array<String>
List of logging-configuration identifiers attached to the room.
915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-ivschat/types.rb', line 915 class RoomSummary < Struct.new( :arn, :id, :name, :message_review_handler, :create_time, :update_time, :tags, :logging_configuration_identifiers) SENSITIVE = [] include Aws::Structure end |
#message_review_handler ⇒ Types::MessageReviewHandler
Configuration information for optional review of messages.
915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-ivschat/types.rb', line 915 class RoomSummary < Struct.new( :arn, :id, :name, :message_review_handler, :create_time, :update_time, :tags, :logging_configuration_identifiers) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
Room name. The value does not need to be unique.
915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-ivschat/types.rb', line 915 class RoomSummary < Struct.new( :arn, :id, :name, :message_review_handler, :create_time, :update_time, :tags, :logging_configuration_identifiers) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
Tags attached to the resource. Array of maps, each of the form ‘string:string (key:value)`. See [Best practices and strategies] in *Tagging Amazon Web Services 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.
[1]: docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html
915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-ivschat/types.rb', line 915 class RoomSummary < Struct.new( :arn, :id, :name, :message_review_handler, :create_time, :update_time, :tags, :logging_configuration_identifiers) SENSITIVE = [] include Aws::Structure end |
#update_time ⇒ Time
Time of the room’s last update. This is an ISO 8601 timestamp; *note that this is returned as a string*.
915 916 917 918 919 920 921 922 923 924 925 926 |
# File 'lib/aws-sdk-ivschat/types.rb', line 915 class RoomSummary < Struct.new( :arn, :id, :name, :message_review_handler, :create_time, :update_time, :tags, :logging_configuration_identifiers) SENSITIVE = [] include Aws::Structure end |