Class: Aws::ConnectParticipant::Types::Receipt

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb

Overview

The receipt for the message delivered to the recipient.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#delivered_timestampString

The time when the message was delivered to the recipient.

Returns:

  • (String)


495
496
497
498
499
500
501
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 495

class Receipt < Struct.new(
  :delivered_timestamp,
  :read_timestamp,
  :recipient_participant_id)
  SENSITIVE = []
  include Aws::Structure
end

#read_timestampString

The time when the message was read by the recipient.

Returns:

  • (String)


495
496
497
498
499
500
501
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 495

class Receipt < Struct.new(
  :delivered_timestamp,
  :read_timestamp,
  :recipient_participant_id)
  SENSITIVE = []
  include Aws::Structure
end

#recipient_participant_idString

The identifier of the recipient of the message.

Returns:

  • (String)


495
496
497
498
499
500
501
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 495

class Receipt < Struct.new(
  :delivered_timestamp,
  :read_timestamp,
  :recipient_participant_id)
  SENSITIVE = []
  include Aws::Structure
end