Class: Aws::Ivschat::Types::UpdateRoomRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#identifierString

Identifier of the room to be updated. Currently this must be an ARN.

Returns:

  • (String)


1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1193

class UpdateRoomRequest < Struct.new(
  :identifier,
  :logging_configuration_identifiers,
  :maximum_message_length,
  :maximum_message_rate_per_second,
  :message_review_handler,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#logging_configuration_identifiersArray<String>

Array of logging-configuration identifiers attached to the room.

Returns:

  • (Array<String>)


1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1193

class UpdateRoomRequest < Struct.new(
  :identifier,
  :logging_configuration_identifiers,
  :maximum_message_length,
  :maximum_message_rate_per_second,
  :message_review_handler,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_message_lengthInteger

The maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.

Returns:

  • (Integer)


1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1193

class UpdateRoomRequest < Struct.new(
  :identifier,
  :logging_configuration_identifiers,
  :maximum_message_length,
  :maximum_message_rate_per_second,
  :message_review_handler,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#maximum_message_rate_per_secondInteger

Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.

Returns:

  • (Integer)


1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1193

class UpdateRoomRequest < Struct.new(
  :identifier,
  :logging_configuration_identifiers,
  :maximum_message_length,
  :maximum_message_rate_per_second,
  :message_review_handler,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#message_review_handlerTypes::MessageReviewHandler

Configuration information for optional review of messages. Specify an empty uri string to disassociate a message review handler from the specified room.



1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1193

class UpdateRoomRequest < Struct.new(
  :identifier,
  :logging_configuration_identifiers,
  :maximum_message_length,
  :maximum_message_rate_per_second,
  :message_review_handler,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 1193

class UpdateRoomRequest < Struct.new(
  :identifier,
  :logging_configuration_identifiers,
  :maximum_message_length,
  :maximum_message_rate_per_second,
  :message_review_handler,
  :name)
  SENSITIVE = []
  include Aws::Structure
end