Module: Aws::Ivschat::Client::_UpdateRoomResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::UpdateRoomResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #arn ⇒ ::String
- #create_time ⇒ ::Time
- #id ⇒ ::String
- #logging_configuration_identifiers ⇒ ::Array[::String]
- #maximum_message_length ⇒ ::Integer
- #maximum_message_rate_per_second ⇒ ::Integer
- #message_review_handler ⇒ Types::MessageReviewHandler
- #name ⇒ ::String
- #tags ⇒ ::Hash[::String, ::String]
- #update_time ⇒ ::Time
Instance Method Details
#arn ⇒ ::String
304 |
# File 'sig/client.rbs', line 304
def arn: () -> ::String
|
#create_time ⇒ ::Time
307 |
# File 'sig/client.rbs', line 307
def create_time: () -> ::Time
|
#id ⇒ ::String
305 |
# File 'sig/client.rbs', line 305
def id: () -> ::String
|
#logging_configuration_identifiers ⇒ ::Array[::String]
313 |
# File 'sig/client.rbs', line 313
def logging_configuration_identifiers: () -> ::Array[::String]
|
#maximum_message_length ⇒ ::Integer
310 |
# File 'sig/client.rbs', line 310
def maximum_message_length: () -> ::Integer
|
#maximum_message_rate_per_second ⇒ ::Integer
309 |
# File 'sig/client.rbs', line 309
def maximum_message_rate_per_second: () -> ::Integer
|
#message_review_handler ⇒ Types::MessageReviewHandler
311 |
# File 'sig/client.rbs', line 311
def message_review_handler: () -> Types::MessageReviewHandler
|
#name ⇒ ::String
306 |
# File 'sig/client.rbs', line 306
def name: () -> ::String
|
#tags ⇒ ::Hash[::String, ::String]
312 |
# File 'sig/client.rbs', line 312
def tags: () -> ::Hash[::String, ::String]
|
#update_time ⇒ ::Time
308 |
# File 'sig/client.rbs', line 308
def update_time: () -> ::Time
|