Class: Aws::QBusiness::Types::ListRetrieversRequest

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

#application_idString

The identifier of the Amazon Q Business application using the retriever.

Returns:

  • (String)


4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4363

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

#max_resultsInteger

The maximum number of retrievers returned.

Returns:

  • (Integer)


4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4363

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

#next_tokenString

If the number of retrievers returned exceeds maxResults, Amazon Q Business returns a next token as a pagination token to retrieve the next set of retrievers.

Returns:

  • (String)


4363
4364
4365
4366
4367
4368
4369
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 4363

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