Class: Aws::Kendra::Types::DescribeFeaturedResultsSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribeFeaturedResultsSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#featured_results_set_id ⇒ String
The identifier of the set of featured results that you want to get information on.
-
#index_id ⇒ String
The identifier of the index used for featuring results.
Instance Attribute Details
#featured_results_set_id ⇒ String
The identifier of the set of featured results that you want to get information on.
3786 3787 3788 3789 3790 3791 |
# File 'lib/aws-sdk-kendra/types.rb', line 3786 class DescribeFeaturedResultsSetRequest < Struct.new( :index_id, :featured_results_set_id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index used for featuring results.
3786 3787 3788 3789 3790 3791 |
# File 'lib/aws-sdk-kendra/types.rb', line 3786 class DescribeFeaturedResultsSetRequest < Struct.new( :index_id, :featured_results_set_id) SENSITIVE = [] include Aws::Structure end |