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
show all
Defined in:
(unknown)

Overview

The Amazon Chime chat room details.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_id ⇒ String

The Amazon Chime account ID.

Returns:

  • (String) —

    The Amazon Chime account ID.

#created_by ⇒ String

The identifier of the room creator.

Returns:

  • (String) —

    The identifier of the room creator.

#created_timestamp ⇒ Time

The room creation timestamp, in ISO 8601 format.

Returns:

  • (Time) —

    The room creation timestamp, in ISO 8601 format.

#name ⇒ String

The room name.

Returns:

  • (String) —

    The room name.

#room_id ⇒ String

The room ID.

Returns:

  • (String) —

    The room ID.

#updated_timestamp ⇒ Time

The room update timestamp, in ISO 8601 format.

Returns:

  • (Time) —

    The room update timestamp, in ISO 8601 format.