Class: Aws::Types::CreateRoomRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#logging_configuration_identifiers::Array[::String]

Returns the value of attribute logging_configuration_identifiers.

Returns:



69
70
71
# File 'sig/types.rbs', line 69

def logging_configuration_identifiers
  @logging_configuration_identifiers
end

#maximum_message_length::Integer

Returns the value of attribute maximum_message_length.

Returns:



66
67
68
# File 'sig/types.rbs', line 66

def maximum_message_length
  @maximum_message_length
end

#maximum_message_rate_per_second::Integer

Returns the value of attribute maximum_message_rate_per_second.

Returns:



65
66
67
# File 'sig/types.rbs', line 65

def maximum_message_rate_per_second
  @maximum_message_rate_per_second
end

#message_review_handlerTypes::MessageReviewHandler

Returns the value of attribute message_review_handler.

Returns:



67
68
69
# File 'sig/types.rbs', line 67

def message_review_handler
  @message_review_handler
end

#name::String

Returns the value of attribute name.

Returns:



64
65
66
# File 'sig/types.rbs', line 64

def name
  @name
end

#tags::Hash[::String, ::String]

Returns the value of attribute tags.

Returns:



68
69
70
# File 'sig/types.rbs', line 68

def tags
  @tags
end