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.
3752 3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-kendra/types.rb', line 3752 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.
3752 3753 3754 3755 3756 3757 |
# File 'lib/aws-sdk-kendra/types.rb', line 3752 class DescribeFeaturedResultsSetRequest < Struct.new( :index_id, :featured_results_set_id) SENSITIVE = [] include Aws::Structure end |