Class: Aws::QConnect::Types::SendMessageResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::SendMessageResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_message_token ⇒ String
The token for the next message, used by GetNextMessage.
-
#request_message_id ⇒ String
The identifier of the submitted message.
Instance Attribute Details
#next_message_token ⇒ String
The token for the next message, used by GetNextMessage.
8809 8810 8811 8812 8813 8814 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8809 class SendMessageResponse < Struct.new( :next_message_token, :request_message_id) SENSITIVE = [] include Aws::Structure end |
#request_message_id ⇒ String
The identifier of the submitted message.
8809 8810 8811 8812 8813 8814 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 8809 class SendMessageResponse < Struct.new( :next_message_token, :request_message_id) SENSITIVE = [] include Aws::Structure end |