Class: Aws::QBusiness::Types::ListDocumentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#document_detail_listArray<Types::DocumentDetails>

A list of document details.

Returns:



4132
4133
4134
4135
4136
4137
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4132

class ListDocumentsResponse < Struct.new(
  :document_detail_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response. You can use this pagination token to retrieve the next set of documents.

Returns:

  • (String)


4132
4133
4134
4135
4136
4137
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4132

class ListDocumentsResponse < Struct.new(
  :document_detail_list,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end