Class: Aws::Chime::Types::Room
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::Room
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The Amazon Chime chat room details.
Constant Summary collapse
- SENSITIVE =
[:name]
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.
7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 |
# File 'lib/aws-sdk-chime/types.rb', line 7373 class Room < Struct.new( :room_id, :name, :account_id, :created_by, :created_timestamp, :updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |
#created_by ⇒ String
The identifier of the room creator.
7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 |
# File 'lib/aws-sdk-chime/types.rb', line 7373 class Room < Struct.new( :room_id, :name, :account_id, :created_by, :created_timestamp, :updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |
#created_timestamp ⇒ Time
The room creation timestamp, in ISO 8601 format.
7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 |
# File 'lib/aws-sdk-chime/types.rb', line 7373 class Room < Struct.new( :room_id, :name, :account_id, :created_by, :created_timestamp, :updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |
#name ⇒ String
The room name.
7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 |
# File 'lib/aws-sdk-chime/types.rb', line 7373 class Room < Struct.new( :room_id, :name, :account_id, :created_by, :created_timestamp, :updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |
#room_id ⇒ String
The room ID.
7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 |
# File 'lib/aws-sdk-chime/types.rb', line 7373 class Room < Struct.new( :room_id, :name, :account_id, :created_by, :created_timestamp, :updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |
#updated_timestamp ⇒ Time
The room update timestamp, in ISO 8601 format.
7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 |
# File 'lib/aws-sdk-chime/types.rb', line 7373 class Room < Struct.new( :room_id, :name, :account_id, :created_by, :created_timestamp, :updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |