Class: Aws::Types::UpdateRoomRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateRoomRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#identifier ⇒ ::String
Returns the value of attribute identifier.
-
#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.
Instance Attribute Details
#identifier ⇒ ::String
Returns the value of attribute identifier.
332 333 334 |
# File 'sig/types.rbs', line 332 def identifier @identifier end |
#logging_configuration_identifiers ⇒ ::Array[::String]
Returns the value of attribute logging_configuration_identifiers.
337 338 339 |
# File 'sig/types.rbs', line 337 def logging_configuration_identifiers @logging_configuration_identifiers end |
#maximum_message_length ⇒ ::Integer
Returns the value of attribute maximum_message_length.
335 336 337 |
# File 'sig/types.rbs', line 335 def end |
#maximum_message_rate_per_second ⇒ ::Integer
Returns the value of attribute maximum_message_rate_per_second.
334 335 336 |
# File 'sig/types.rbs', line 334 def end |
#message_review_handler ⇒ Types::MessageReviewHandler
Returns the value of attribute message_review_handler.
336 337 338 |
# File 'sig/types.rbs', line 336 def end |
#name ⇒ ::String
Returns the value of attribute name.
333 334 335 |
# File 'sig/types.rbs', line 333 def name @name end |