Class: Aws::ConnectParticipant::Types::Receipt
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::Receipt
- 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
-
#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.
624 625 626 627 628 629 630 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 624 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.
624 625 626 627 628 629 630 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 624 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.
624 625 626 627 628 629 630 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 624 class Receipt < Struct.new( :delivered_timestamp, :read_timestamp, :recipient_participant_id) SENSITIVE = [] include Aws::Structure end |