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)


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_statusString

The status of Message Processing for the message.

Returns:

  • (String)


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

#receiptsArray<Types::Receipt>

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

Returns:



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