Class: Aws::QBusiness::Types::ListDocumentsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

The identifier of the application id the documents are attached to.

Returns:

  • (String)


6336
6337
6338
6339
6340
6341
6342
6343
6344
# File 'lib/aws-sdk-qbusiness/types.rb', line 6336

class ListDocumentsRequest < Struct.new(
  :application_id,
  :index_id,
  :data_source_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#data_source_idsArray<String>

The identifier of the data sources the documents are attached to.

Returns:

  • (Array<String>)


6336
6337
6338
6339
6340
6341
6342
6343
6344
# File 'lib/aws-sdk-qbusiness/types.rb', line 6336

class ListDocumentsRequest < Struct.new(
  :application_id,
  :index_id,
  :data_source_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index the documents are attached to.

Returns:

  • (String)


6336
6337
6338
6339
6340
6341
6342
6343
6344
# File 'lib/aws-sdk-qbusiness/types.rb', line 6336

class ListDocumentsRequest < Struct.new(
  :application_id,
  :index_id,
  :data_source_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of documents to return.

Returns:

  • (Integer)


6336
6337
6338
6339
6340
6341
6342
6343
6344
# File 'lib/aws-sdk-qbusiness/types.rb', line 6336

class ListDocumentsRequest < Struct.new(
  :application_id,
  :index_id,
  :data_source_ids,
  :next_token,
  :max_results)
  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)


6336
6337
6338
6339
6340
6341
6342
6343
6344
# File 'lib/aws-sdk-qbusiness/types.rb', line 6336

class ListDocumentsRequest < Struct.new(
  :application_id,
  :index_id,
  :data_source_ids,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end