Class: Aws::Types::CreateRoomRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateRoomRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#logging_configuration_identifiers ⇒ ::Array[::String]
Returns the value of attribute logging_configuration_identifiers.
-
#maximum_message_length ⇒ ::Integer
Returns the value of attribute maximum_message_length.
-
#maximum_message_rate_per_second ⇒ ::Integer
Returns the value of attribute maximum_message_rate_per_second.
-
#message_review_handler ⇒ Types::MessageReviewHandler
Returns the value of attribute message_review_handler.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#logging_configuration_identifiers ⇒ ::Array[::String]
Returns the value of attribute logging_configuration_identifiers.
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.
66 67 68 |
# File 'sig/types.rbs', line 66 def end |
#maximum_message_rate_per_second ⇒ ::Integer
Returns the value of attribute maximum_message_rate_per_second.
65 66 67 |
# File 'sig/types.rbs', line 65 def end |
#message_review_handler ⇒ Types::MessageReviewHandler
Returns the value of attribute message_review_handler.
67 68 69 |
# File 'sig/types.rbs', line 67 def end |
#name ⇒ ::String
Returns the value of attribute name.
64 65 66 |
# File 'sig/types.rbs', line 64 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
68 69 70 |
# File 'sig/types.rbs', line 68 def end |