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.
6414 6415 6416 6417 6418 6419 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6414 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.
6414 6415 6416 6417 6418 6419 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 6414 class ListMessagesResponse < Struct.new( :messages, :next_token) SENSITIVE = [] include Aws::Structure end |