Class: Aws::ConnectParticipant::Types::SendMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::SendMessageResponse
- Defined in:
- gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#absolute_time ⇒ String
The time when the message was sent.
-
#id ⇒ String
The ID of the message.
Instance Attribute Details
#absolute_time ⇒ String
The time when the message was sent.
It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
732 733 734 735 736 737 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 732 class SendMessageResponse < Struct.new( :id, :absolute_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the message.
732 733 734 735 736 737 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 732 class SendMessageResponse < Struct.new( :id, :absolute_time) SENSITIVE = [] include Aws::Structure end |