Class: Aws::ConnectParticipant::Types::SendMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::SendMessageResponse
- Includes:
- Structure
- Defined in:
- 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.
660 661 662 663 664 665 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 660 class SendMessageResponse < Struct.new( :id, :absolute_time) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the message.
660 661 662 663 664 665 |
# File 'lib/aws-sdk-connectparticipant/types.rb', line 660 class SendMessageResponse < Struct.new( :id, :absolute_time) SENSITIVE = [] include Aws::Structure end |