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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

Summary of the messages in a Channel.

Constant Summary collapse

SENSITIVE =
[:content, :metadata]

Instance Attribute Summary collapse

Instance Attribute Details

#contentString

The content of the message.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1337

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

#created_timestampTime

The time at which the message summary was created.

Returns:

  • (Time)


1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1337

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

#last_edited_timestampTime

The time at which a message was last edited.

Returns:

  • (Time)


1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1337

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

#last_updated_timestampTime

The time at which a message was last updated.

Returns:

  • (Time)


1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1337

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

#message_idString

The ID of the message.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1337

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

#metadataString

The metadata of the message.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1337

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

#redactedBoolean

Indicates whether a message was redacted.

Returns:

  • (Boolean)


1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1337

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

#senderTypes::Identity

The message sender.

Returns:



1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1337

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

#typeString

The type of message.

Returns:

  • (String)


1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1337

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