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

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

Instance Attribute Details

#message_idString

The identifier of the message that contains the metadata information.

Returns:

  • (String)


544
545
546
547
548
549
# File 'lib/aws-sdk-connectparticipant/types.rb', line 544

class  < 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:



544
545
546
547
548
549
# File 'lib/aws-sdk-connectparticipant/types.rb', line 544

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