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

Class: Aws::Chime::Types::ChannelMessageSummary

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

Overview

A summary of the messages in a channel.

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of the message summary.

Returns:

  • (String)

    The content of the message summary.

#created_timestampTime

The time at which the message summary was created.

Returns:

  • (Time)

    The time at which the message summary was created.

#last_edited_timestampTime

Returns:

  • (Time)

#last_updated_timestampTime

Returns:

  • (Time)

#message_idString

The ID of the message summary.

Returns:

  • (String)

    The ID of the message summary.

#metadataString

The metadata of the message summary.

Returns:

  • (String)

    The metadata of the message summary.

#redactedBoolean

Redacts the content of a message summary.

Returns:

  • (Boolean)

    Redacts the content of a message summary.

#senderTypes::Identity

The sender of the message summary.

Returns:

#typeString

The type of message summary.

Possible values:

  • STANDARD
  • CONTROL

Returns:

  • (String)

    The type of message summary.