Class: Aws::ConnectParticipant::Types::Receipt
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::Receipt
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectparticipant/types.rb
Overview
The receipt for the message delivered to the recipient.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#delivered_timestamp ⇒ String
The time when the message was delivered to the recipient.
-
#read_timestamp ⇒ String
The time when the message was read by the recipient.
-
#recipient_participant_id ⇒ String
The identifier of the recipient of the message.
Instance Attribute Details
#delivered_timestamp ⇒ String
The time when the message was delivered to the recipient.
495 496 497 498 499 500 501 |
# File '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_timestamp ⇒ String
The time when the message was read by the recipient.
495 496 497 498 499 500 501 |
# File '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_id ⇒ String
The identifier of the recipient of the message.
495 496 497 498 499 500 501 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 495 class Receipt < Struct.new( :delivered_timestamp, :read_timestamp, :recipient_participant_id) SENSITIVE = [] include Aws::Structure end |