Class: Aws::ConnectParticipant::Types::MessageMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::MessageMetadata
- Includes:
- Structure
- Defined in:
- 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.
-
#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.
472 473 474 475 476 477 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 472 class MessageMetadata < Struct.new( :message_id, :receipts) SENSITIVE = [] include Aws::Structure end |
#receipts ⇒ Array<Types::Receipt>
The list of receipt information for a message for different recipients.
472 473 474 475 476 477 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 472 class MessageMetadata < Struct.new( :message_id, :receipts) SENSITIVE = [] include Aws::Structure end |