Class: Aws::Chime::Types::Room

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
# File 'gems/aws-sdk-chime/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_byString

The identifier of the room creator.

Returns:

  • (String)


7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
# File 'gems/aws-sdk-chime/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_timestampTime

The room creation timestamp, in ISO 8601 format.

Returns:

  • (Time)


7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
# File 'gems/aws-sdk-chime/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

#nameString

The room name.

Returns:

  • (String)


7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
# File 'gems/aws-sdk-chime/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_idString

The room ID.

Returns:

  • (String)


7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
# File 'gems/aws-sdk-chime/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_timestampTime

The room update timestamp, in ISO 8601 format.

Returns:

  • (Time)


7373
7374
7375
7376
7377
7378
7379
7380
7381
7382
# File 'gems/aws-sdk-chime/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