Class: Aws::Ivschat::Types::UpdateRoomResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

Room ARN, from the request (if ‘identifier` was an ARN).

Returns:

  • (String)


1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-ivschat/types.rb', line 1259

class UpdateRoomResponse < Struct.new(
  :arn,
  :id,
  :name,
  :create_time,
  :update_time,
  :maximum_message_rate_per_second,
  :maximum_message_length,
  :message_review_handler,
  :tags,
  :logging_configuration_identifiers)
  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)


1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-ivschat/types.rb', line 1259

class UpdateRoomResponse < Struct.new(
  :arn,
  :id,
  :name,
  :create_time,
  :update_time,
  :maximum_message_rate_per_second,
  :maximum_message_length,
  :message_review_handler,
  :tags,
  :logging_configuration_identifiers)
  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)


1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-ivschat/types.rb', line 1259

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

#logging_configuration_identifiersArray<String>

Array of logging configurations attached to the room, from the request (if specified).

Returns:

  • (Array<String>)


1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-ivschat/types.rb', line 1259

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

#maximum_message_lengthInteger

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

Returns:

  • (Integer)


1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-ivschat/types.rb', line 1259

class UpdateRoomResponse < Struct.new(
  :arn,
  :id,
  :name,
  :create_time,
  :update_time,
  :maximum_message_rate_per_second,
  :maximum_message_length,
  :message_review_handler,
  :tags,
  :logging_configuration_identifiers)
  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), from the request (if specified).

Returns:

  • (Integer)


1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-ivschat/types.rb', line 1259

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

#message_review_handlerTypes::MessageReviewHandler

Configuration information for optional review of messages.



1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-ivschat/types.rb', line 1259

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

#nameString

Room name, from the request (if specified).

Returns:

  • (String)


1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-ivschat/types.rb', line 1259

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

#tagsHash<String,String>

Tags attached to the resource. Array of maps, each of the form ‘string:string (key:value)`.

Returns:

  • (Hash<String,String>)


1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-ivschat/types.rb', line 1259

class UpdateRoomResponse < Struct.new(
  :arn,
  :id,
  :name,
  :create_time,
  :update_time,
  :maximum_message_rate_per_second,
  :maximum_message_length,
  :message_review_handler,
  :tags,
  :logging_configuration_identifiers)
  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)


1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
# File 'lib/aws-sdk-ivschat/types.rb', line 1259

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