Class: Aws::Ivschat::Types::CreateRoomResponse

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

#arnString

Room ARN, assigned by the system.

Returns:

  • (String)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 307

class CreateRoomResponse < Struct.new(
  :arn,
  :create_time,
  :id,
  :logging_configuration_identifiers,
  :maximum_message_length,
  :maximum_message_rate_per_second,
  :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)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 307

class CreateRoomResponse < Struct.new(
  :arn,
  :create_time,
  :id,
  :logging_configuration_identifiers,
  :maximum_message_length,
  :maximum_message_rate_per_second,
  :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)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 307

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


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 307

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

#maximum_message_lengthInteger

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

Returns:

  • (Integer)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 307

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


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 307

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

#message_review_handlerTypes::MessageReviewHandler

Configuration information for optional review of messages.



307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 307

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

#nameString

Room name, from the request (if specified).

Returns:

  • (String)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 307

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

#tagsHash<String,String>

Tags attached to the resource, from the request (if specified).

Returns:

  • (Hash<String,String>)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 307

class CreateRoomResponse < Struct.new(
  :arn,
  :create_time,
  :id,
  :logging_configuration_identifiers,
  :maximum_message_length,
  :maximum_message_rate_per_second,
  :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)


307
308
309
310
311
312
313
314
315
316
317
318
319
320
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 307

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