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

Class: Aws::Chime::Types::ChannelMessage

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

Overview

Creates a message in 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.

#contentString

The message content.

Returns:

  • (String)

    The message content.

#created_timestampTime

The time at which the message was created.

Returns:

  • (Time)

    The time at which the message was created.

#last_edited_timestampTime

The time at which a message was edited.

Returns:

  • (Time)

    The time at which a message was edited.

#last_updated_timestampTime

The time at which a message was updated.

Returns:

  • (Time)

    The time at which a message was updated.

#message_idString

The ID of a message.

Returns:

  • (String)

    The ID of a message.

#metadataString

The message metadata.

Returns:

  • (String)

    The message metadata.

#persistenceString

Possible values:

  • PERSISTENT
  • NON_PERSISTENT

Returns:

  • (String)

#redactedBoolean

Hides the content of a message. The message still exists on the back end, but this action only returns metadata.

Returns:

  • (Boolean)

    Hides the content of a message.

#senderTypes::Identity

The message sender.

Returns:

#typeString

The message type.

Possible values:

  • STANDARD
  • CONTROL

Returns:

  • (String)

    The message type.