Class: Aws::Kendra::Types::ListFeaturedResultsSetsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ListFeaturedResultsSetsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#featured_results_set_summary_items ⇒ Array<Types::FeaturedResultsSetSummary>
An array of summary information for one or more featured results sets.
-
#next_token ⇒ String
If the response is truncated, Amazon Kendra returns a pagination token in the response.
Instance Attribute Details
#featured_results_set_summary_items ⇒ Array<Types::FeaturedResultsSetSummary>
An array of summary information for one or more featured results sets.
7254 7255 7256 7257 7258 7259 |
# File 'lib/aws-sdk-kendra/types.rb', line 7254 class ListFeaturedResultsSetsResponse < Struct.new( :featured_results_set_summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Kendra returns a pagination token in the response.
7254 7255 7256 7257 7258 7259 |
# File 'lib/aws-sdk-kendra/types.rb', line 7254 class ListFeaturedResultsSetsResponse < Struct.new( :featured_results_set_summary_items, :next_token) SENSITIVE = [] include Aws::Structure end |