Class: Aws::ConnectParticipant::Types::MessageMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::MessageMetadata
- Defined in:
- gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb
Overview
Contains metadata related to a message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_id ⇒ String
The identifier of the message that contains the metadata information.
-
#message_processing_status ⇒ String
The status of Message Processing for the message.
-
#receipts ⇒ Array<Types::Receipt>
The list of receipt information for a message for different recipients.
Instance Attribute Details
#message_id ⇒ String
The identifier of the message that contains the metadata information.
605 606 607 608 609 610 611 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 605 class MessageMetadata < Struct.new( :message_id, :receipts, :message_processing_status) SENSITIVE = [] include Aws::Structure end |
#message_processing_status ⇒ String
The status of Message Processing for the message.
605 606 607 608 609 610 611 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 605 class MessageMetadata < Struct.new( :message_id, :receipts, :message_processing_status) SENSITIVE = [] include Aws::Structure end |
#receipts ⇒ Array<Types::Receipt>
The list of receipt information for a message for different recipients.
605 606 607 608 609 610 611 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 605 class MessageMetadata < Struct.new( :message_id, :receipts, :message_processing_status) SENSITIVE = [] include Aws::Structure end |