Class: Aws::Chime::Types::Room
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::Room
- Defined in:
- gems/aws-sdk-chime/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.
2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2260 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.
2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2260 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.
2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2260 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.
2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2260 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.
2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2260 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.
2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 2260 class Room < Struct.new( :room_id, :name, :account_id, :created_by, :created_timestamp, :updated_timestamp) SENSITIVE = [:name] include Aws::Structure end |