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

Class: Aws::Chime::Types::ChannelMembership

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

Overview

Creates a channel member.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the member\'s channel.

Returns:

  • (String)

    The ARN of the member\'s channel.

#created_timestampTime

The time at which the channel membership was created.

Returns:

  • (Time)

    The time at which the channel membership was created.

#invited_byTypes::Identity

The identifier of the member who invited another member. Taken from the message header.

Returns:

  • (Types::Identity)

    The identifier of the member who invited another member.

#last_updated_timestampTime

The time at which a channel membership was last updated.

Returns:

  • (Time)

    The time at which a channel membership was last updated.

#memberTypes::Identity

The data of the channel member.

Returns:

#typeString

The membership type set for the channel member.

Possible values:

  • DEFAULT
  • HIDDEN

Returns:

  • (String)

    The membership type set for the channel member.