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

Class: Aws::Chime::Types::ChannelSummary

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel summary.

Returns:

  • (String)

    The ARN of the channel summary.

#last_message_timestampTime

The time at which the last message in a channel was sent.

Returns:

  • (Time)

    The time at which the last message in a channel was sent.

#metadataString

The metadata of the channel summary.

Returns:

  • (String)

    The metadata of the channel summary.

#modeString

The summary mode of the channel.

Possible values:

  • UNRESTRICTED
  • RESTRICTED

Returns:

  • (String)

    The summary mode of the channel.

#nameString

The parameter of the action.

Returns:

  • (String)

    The parameter of the action.

#privacyString

The privacy setting of the channel being summarized, PUBLIC or HIDDEN.

Possible values:

  • PUBLIC
  • PRIVATE

Returns:

  • (String)

    The privacy setting of the channel being summarized, PUBLIC or HIDDEN.