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.
6501 6502 6503 6504 6505 6506 6507 6508 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6501 class MessageOutput < Struct.new( :message_id, :participant, :timestamp, :value) SENSITIVE = [] include Aws::Structure end |
#participant ⇒ String
The participant of a message.
6501 6502 6503 6504 6505 6506 6507 6508 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6501 class MessageOutput < Struct.new( :message_id, :participant, :timestamp, :value) SENSITIVE = [] include Aws::Structure end |
#timestamp ⇒ Time
The timestamp of a message.
6501 6502 6503 6504 6505 6506 6507 6508 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6501 class MessageOutput < Struct.new( :message_id, :participant, :timestamp, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ Types::MessageData
The value of a message data.
6501 6502 6503 6504 6505 6506 6507 6508 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6501 class MessageOutput < Struct.new( :message_id, :participant, :timestamp, :value) SENSITIVE = [] include Aws::Structure end |