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
-
#configuration ⇒ Types::MessageConfiguration
The configuration of the [SendMessage][1] request.
-
#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
#configuration ⇒ Types::MessageConfiguration
The configuration of the SendMessage request.
10375 10376 10377 10378 10379 10380 10381 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10375 class SendMessageResponse < Struct.new( :request_message_id, :configuration, :next_message_token) SENSITIVE = [] include Aws::Structure end |
#next_message_token ⇒ String
The token for the next message, used by GetNextMessage.
10375 10376 10377 10378 10379 10380 10381 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10375 class SendMessageResponse < Struct.new( :request_message_id, :configuration, :next_message_token) SENSITIVE = [] include Aws::Structure end |
#request_message_id ⇒ String
The identifier of the submitted message.
10375 10376 10377 10378 10379 10380 10381 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 10375 class SendMessageResponse < Struct.new( :request_message_id, :configuration, :next_message_token) SENSITIVE = [] include Aws::Structure end |