Method: Aws::Chime::Types::ChannelMessage#sender

Defined in:
lib/aws-sdk-chime/types.rb

#senderTypes::Identity

The message sender.

Returns:



1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
# File 'lib/aws-sdk-chime/types.rb', line 1281

class ChannelMessage < Struct.new(
  :channel_arn,
  :message_id,
  :content,
  :metadata,
  :type,
  :created_timestamp,
  :last_edited_timestamp,
  :last_updated_timestamp,
  :sender,
  :redacted,
  :persistence)
  SENSITIVE = [:content, :metadata]
  include Aws::Structure
end