Class: Aws::QConnect::Types::ListMessagesResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messagesArray<Types::MessageOutput>

The message information.

Returns:



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_tokenString

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.

Returns:

  • (String)


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