Class: Aws::Chime::Types::ChannelMessageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::ChannelMessageSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Summary of the messages in a ‘Channel`.
Constant Summary collapse
- SENSITIVE =
[:content, :metadata]
Instance Attribute Summary collapse
-
#content ⇒ String
The content of the message.
-
#created_timestamp ⇒ Time
The time at which the message summary was created.
-
#last_edited_timestamp ⇒ Time
The time at which a message was last edited.
-
#last_updated_timestamp ⇒ Time
The time at which a message was last updated.
-
#message_id ⇒ String
The ID of the message.
-
#metadata ⇒ String
The metadata of the message.
-
#redacted ⇒ Boolean
Indicates whether a message was redacted.
-
#sender ⇒ Types::Identity
The message sender.
-
#type ⇒ String
The type of message.
Instance Attribute Details
#content ⇒ String
The content of the message.
1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File '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_timestamp ⇒ Time
The time at which the message summary was created.
1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File '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_timestamp ⇒ Time
The time at which a message was last edited.
1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File '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_timestamp ⇒ Time
The time at which a message was last updated.
1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File '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_id ⇒ String
The ID of the message.
1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File '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 |
#metadata ⇒ String
The metadata of the message.
1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File '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 |
#redacted ⇒ Boolean
Indicates whether a message was redacted.
1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File '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 |
#sender ⇒ Types::Identity
The message sender.
1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File '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 |
#type ⇒ String
The type of message.
1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 |
# File '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 |