The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Paws::Chime::ChannelMessageSummary

USAGE

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Chime::ChannelMessageSummary object:

  $service_obj->Method(Att1 => { Content => $value, ..., Type => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Chime::ChannelMessageSummary object:

  $result = $service_obj->Method(...);
  $result->Att1->Content

DESCRIPTION

Summary of the messages in a Channel.

ATTRIBUTES

Content => Str

The content of the message.

CreatedTimestamp => Str

The time at which the message summary was created.

LastEditedTimestamp => Str

The time at which a message was last edited.

LastUpdatedTimestamp => Str

The time at which a message was last updated.

MessageId => Str

The ID of the message.

Metadata => Str

The metadata of the message.

Redacted => Bool

Indicates whether a message was redacted.

Sender => Paws::Chime::Identity

The message sender.

Type => Str

The type of message.

SEE ALSO

This class forms part of Paws, describing an object used in Paws::Chime

BUGS and CONTRIBUTIONS

The source code is located here: https://github.com/pplu/aws-sdk-perl

Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues