You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::Channel

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Creates a channel.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arn ⇒ String

The ARN of the channel.

Returns:

  • (String) —

    The ARN of the channel.

#created_by ⇒ Types::Identity

The administrator who created the channel.

Returns:

#created_timestamp ⇒ Time

The time at which the administrator created the channel.

Returns:

  • (Time) —

    The time at which the administrator created the channel.

#last_message_timestamp ⇒ Time

The time at which a member sent the last message in a session.

Returns:

  • (Time) —

    The time at which a member sent the last message in a session.

#last_updated_timestamp ⇒ Time

The time at which a channel was last updated.

Returns:

  • (Time) —

    The time at which a channel was last updated.

#metadata ⇒ String

The metadata of the channel.

Returns:

  • (String) —

    The metadata of the channel.

#mode ⇒ String

The mode of the channel.

Possible values:

  • UNRESTRICTED
  • RESTRICTED

Returns:

  • (String) —

    The mode of the channel.

#name ⇒ String

The name of the channel.

Returns:

  • (String) —

    The name of the channel.

#privacy ⇒ String

The channel\'s privacy setting, PUBLIC or HIDDEN.

Possible values:

  • PUBLIC
  • PRIVATE

Returns:

  • (String) —

    The channel\'s privacy setting, PUBLIC or HIDDEN.