Class: Aws::ConnectParticipant::Types::MessageProcessingMetadata
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectParticipant::Types::MessageProcessingMetadata
- Defined in:
- gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb
Overview
Contains metadata for chat messages.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message_processing_status ⇒ String
The status of Message Processing for the message.
Instance Attribute Details
#message_processing_status ⇒ String
The status of Message Processing for the message.
621 622 623 624 625 |
# File 'gems/aws-sdk-connectparticipant/lib/aws-sdk-connectparticipant/types.rb', line 621 class MessageProcessingMetadata < Struct.new( :message_processing_status) SENSITIVE = [] include Aws::Structure end |