Class: Aws::ConnectParticipant::Types::MessageMetadata

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#message_idString

The identifier of the message that contains the metadata information.

Returns:

  • (String)


472
473
474
475
476
477
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 472

class MessageMetadata < Struct.new(
  :message_id,
  :receipts)
  SENSITIVE = []
  include Aws::Structure
end

#receiptsArray<Types::Receipt>

The list of receipt information for a message for different recipients.

Returns:



472
473
474
475
476
477
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 472

class MessageMetadata < Struct.new(
  :message_id,
  :receipts)
  SENSITIVE = []
  include Aws::Structure
end