You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Chime::Types::Room
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::Room
- Defined in:
- (unknown)
Overview
The Amazon Chime chat room details.
Returned by:
Instance Attribute Summary collapse
-
#account_id ⇒ String
The Amazon Chime account ID.
-
#created_by ⇒ String
The identifier of the room creator.
-
#created_timestamp ⇒ Time
The room creation timestamp, in ISO 8601 format.
-
#name ⇒ String
The room name.
-
#room_id ⇒ String
The room ID.
-
#updated_timestamp ⇒ Time
The room update timestamp, in ISO 8601 format.
Instance Attribute Details
#account_id ⇒ String
The Amazon Chime account ID.
#created_by ⇒ String
The identifier of the room creator.
#created_timestamp ⇒ Time
The room creation timestamp, in ISO 8601 format.
#name ⇒ String
The room name.
#room_id ⇒ String
The room ID.
#updated_timestamp ⇒ Time
The room update timestamp, in ISO 8601 format.