Class: Aws::Types::RoomSummary
- Inherits:
-
Object
- Object
- Aws::Types::RoomSummary
- 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.
-
#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.
250 251 252 |
# File 'sig/types.rbs', line 250 def arn @arn end |
#create_time ⇒ ::Time
Returns the value of attribute create_time.
254 255 256 |
# File 'sig/types.rbs', line 254 def create_time @create_time end |
#id ⇒ ::String
Returns the value of attribute id.
251 252 253 |
# File 'sig/types.rbs', line 251 def id @id end |
#logging_configuration_identifiers ⇒ ::Array[::String]
Returns the value of attribute logging_configuration_identifiers.
257 258 259 |
# File 'sig/types.rbs', line 257 def logging_configuration_identifiers @logging_configuration_identifiers end |
#message_review_handler ⇒ Types::MessageReviewHandler
Returns the value of attribute message_review_handler.
253 254 255 |
# File 'sig/types.rbs', line 253 def @message_review_handler end |
#name ⇒ ::String
Returns the value of attribute name.
252 253 254 |
# File 'sig/types.rbs', line 252 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
256 257 258 |
# File 'sig/types.rbs', line 256 def @tags end |
#update_time ⇒ ::Time
Returns the value of attribute update_time.
255 256 257 |
# File 'sig/types.rbs', line 255 def update_time @update_time end |