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

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 Amazon Q Business application using the retriever.

Returns:

  • (String)

5565
5566
5567
5568
5569
5570
5571
# File 'lib/aws-sdk-qbusiness/types.rb', line 5565

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)

5565
5566
5567
5568
5569
5570
5571
# File 'lib/aws-sdk-qbusiness/types.rb', line 5565

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)

5565
5566
5567
5568
5569
5570
5571
# File 'lib/aws-sdk-qbusiness/types.rb', line 5565

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