Class: Aws::QBusiness::Types::ListIndicesRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::ListIndicesRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The identifier of the Amazon Q Business application connected to the index.
-
#max_results ⇒ Integer
The maximum number of indices to return.
-
#next_token ⇒ String
If the maxResults response was incomplete because there is more data to retrieve, Amazon Q Business returns a pagination token in the response.
Instance Attribute Details
#application_id ⇒ String
The identifier of the Amazon Q Business application connected to the index.
5292 5293 5294 5295 5296 5297 5298 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5292 class ListIndicesRequest < Struct.new( :application_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of indices to return.
5292 5293 5294 5295 5296 5297 5298 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5292 class ListIndicesRequest < Struct.new( :application_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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 Amazon Q Business indices.
5292 5293 5294 5295 5296 5297 5298 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 5292 class ListIndicesRequest < Struct.new( :application_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |