Class: Aws::Kendra::Types::ListFeaturedResultsSetsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListFeaturedResultsSetsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_id ⇒ String
The identifier of the index used for featuring results.
-
#max_results ⇒ Integer
The maximum number of featured results sets to return.
-
#next_token ⇒ String
If the response is truncated, Amazon Kendra returns a pagination token in the response.
Instance Attribute Details
#index_id ⇒ String
The identifier of the index used for featuring results.
7201 7202 7203 7204 7205 7206 7207 |
# File 'lib/aws-sdk-kendra/types.rb', line 7201 class ListFeaturedResultsSetsRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of featured results sets to return.
7201 7202 7203 7204 7205 7206 7207 |
# File 'lib/aws-sdk-kendra/types.rb', line 7201 class ListFeaturedResultsSetsRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of featured results sets.
7201 7202 7203 7204 7205 7206 7207 |
# File 'lib/aws-sdk-kendra/types.rb', line 7201 class ListFeaturedResultsSetsRequest < Struct.new( :index_id, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |