Class: Aws::QConnect::Types::ListMessagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListMessagesResponse
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#messages ⇒ Array<Types::MessageOutput>
The message information.
-
#next_token ⇒ String
The token for the next set of results.
Instance Attribute Details
#messages ⇒ Array<Types::MessageOutput>
The message information.
7031 7032 7033 7034 7035 7036 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7031 class ListMessagesResponse < Struct.new( :messages, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
7031 7032 7033 7034 7035 7036 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 7031 class ListMessagesResponse < Struct.new( :messages, :next_token) SENSITIVE = [] include Aws::Structure end |