Class: Aws::QConnect::Types::MessageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::MessageOutput
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The message output.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_id ⇒ String
The identifier of a message.
-
#participant ⇒ String
The participant of a message.
-
#timestamp ⇒ Time
The timestamp of a message.
-
#value ⇒ Types::MessageData
The value of a message data.
Instance Attribute Details
#message_id ⇒ String
The identifier of a message.
7359 7360 7361 7362 7363 7364 7365 7366 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7359 class MessageOutput < Struct.new( :value, :message_id, :participant, :timestamp) SENSITIVE = [] include Aws::Structure end |
#participant ⇒ String
The participant of a message.
7359 7360 7361 7362 7363 7364 7365 7366 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7359 class MessageOutput < Struct.new( :value, :message_id, :participant, :timestamp) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of a message.
7359 7360 7361 7362 7363 7364 7365 7366 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7359 class MessageOutput < Struct.new( :value, :message_id, :participant, :timestamp) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::MessageData
The value of a message data.
7359 7360 7361 7362 7363 7364 7365 7366 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7359 class MessageOutput < Struct.new( :value, :message_id, :participant, :timestamp) SENSITIVE = [] include Aws::Structure end |