Class: Aws::Ivschat::Types::RoomSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb

Overview

Summary information about a room.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Room ARN.

Returns:

  • (String)


911
912
913
914
915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 911

class RoomSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :logging_configuration_identifiers,
  :message_review_handler,
  :name,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#create_timeTime

Time when the room was created. This is an ISO 8601 timestamp; note that this is returned as a string.

Returns:

  • (Time)


911
912
913
914
915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 911

class RoomSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :logging_configuration_identifiers,
  :message_review_handler,
  :name,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

Room ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the room.

Returns:

  • (String)


911
912
913
914
915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 911

class RoomSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :logging_configuration_identifiers,
  :message_review_handler,
  :name,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#logging_configuration_identifiersArray<String>

List of logging-configuration identifiers attached to the room.

Returns:

  • (Array<String>)


911
912
913
914
915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 911

class RoomSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :logging_configuration_identifiers,
  :message_review_handler,
  :name,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#message_review_handlerTypes::MessageReviewHandler

Configuration information for optional review of messages.



911
912
913
914
915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 911

class RoomSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :logging_configuration_identifiers,
  :message_review_handler,
  :name,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

Room name. The value does not need to be unique.

Returns:

  • (String)


911
912
913
914
915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 911

class RoomSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :logging_configuration_identifiers,
  :message_review_handler,
  :name,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

Tags attached to the resource. Array of maps, each of the form string:string (key:value). See Tagging AWS Resources 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.

Returns:

  • (Hash<String,String>)


911
912
913
914
915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 911

class RoomSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :logging_configuration_identifiers,
  :message_review_handler,
  :name,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end

#update_timeTime

Time of the room’s last update. This is an ISO 8601 timestamp; note that this is returned as a string.

Returns:

  • (Time)


911
912
913
914
915
916
917
918
919
920
921
922
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 911

class RoomSummary < Struct.new(
  :arn,
  :create_time,
  :id,
  :logging_configuration_identifiers,
  :message_review_handler,
  :name,
  :tags,
  :update_time)
  SENSITIVE = []
  include Aws::Structure
end