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_arnString

The ARN of the channel.

Returns:

  • (String)

    The ARN of the channel.

#created_byTypes::Identity

The administrator who created the channel.

Returns:

#created_timestampTime

The time at which the administrator created the channel.

Returns:

  • (Time)

    The time at which the administrator created the channel.

#last_message_timestampTime

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_timestampTime

The time at which a channel was last updated.

Returns:

  • (Time)

    The time at which a channel was last updated.

#metadataString

The metadata of the channel.

Returns:

  • (String)

    The metadata of the channel.

#modeString

The mode of the channel.

Possible values:

  • UNRESTRICTED
  • RESTRICTED

Returns:

  • (String)

    The mode of the channel.

#nameString

The name of the channel.

Returns:

  • (String)

    The name of the channel.

#privacyString

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

Possible values:

  • PUBLIC
  • PRIVATE

Returns:

  • (String)

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