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_idString

The Amazon Chime account ID.

Returns:

  • (String)

    The Amazon Chime account ID.

#created_byString

The identifier of the room creator.

Returns:

  • (String)

    The identifier of the room creator.

#created_timestampTime

The room creation timestamp, in ISO 8601 format.

Returns:

  • (Time)

    The room creation timestamp, in ISO 8601 format.

#nameString

The room name.

Returns:

  • (String)

    The room name.

#room_idString

The room ID.

Returns:

  • (String)

    The room ID.

#updated_timestampTime

The room update timestamp, in ISO 8601 format.

Returns:

  • (Time)

    The room update timestamp, in ISO 8601 format.