Class: Aws::Types::GetRoomResponse
- Inherits:
-
Object
- Object
- Aws::Types::GetRoomResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#create_time ⇒ ::Time
Returns the value of attribute create_time.
-
#id ⇒ ::String
Returns the value of attribute id.
-
#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.
-
#update_time ⇒ ::Time
Returns the value of attribute update_time.
Instance Attribute Details
#arn ⇒ ::String
Returns the value of attribute arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
167 168 169 |
# File 'sig/types.rbs', line 167 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
165 166 167 |
# File 'sig/types.rbs', line 165 def id @id end |
#logging_configuration_identifiers ⇒ ::Array[::String]
Returns the value of attribute logging_configuration_identifiers.
173 174 175 |
# File 'sig/types.rbs', line 173 def logging_configuration_identifiers @logging_configuration_identifiers end |
#maximum_message_length ⇒ ::Integer
Returns the value of attribute maximum_message_length.
170 171 172 |
# File 'sig/types.rbs', line 170 def end |
#maximum_message_rate_per_second ⇒ ::Integer
Returns the value of attribute maximum_message_rate_per_second.
169 170 171 |
# File 'sig/types.rbs', line 169 def end |
#message_review_handler ⇒ Types::MessageReviewHandler
Returns the value of attribute message_review_handler.
171 172 173 |
# File 'sig/types.rbs', line 171 def end |
#name ⇒ ::String
Returns the value of attribute name.
166 167 168 |
# File 'sig/types.rbs', line 166 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
172 173 174 |
# File 'sig/types.rbs', line 172 def end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
168 169 170 |
# File 'sig/types.rbs', line 168 def update_time @update_time end |