Class: Aws::QConnect::Types::ListMessagesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ListMessagesResponse
- Includes:
- Structure
- Defined in:
- 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.
6999 7000 7001 7002 7003 7004 |
# File 'lib/aws-sdk-qconnect/types.rb', line 6999 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.
6999 7000 7001 7002 7003 7004 |
# File 'lib/aws-sdk-qconnect/types.rb', line 6999 class ListMessagesResponse < Struct.new( :messages, :next_token) SENSITIVE = [] include Aws::Structure end |