Class: Aws::Kendra::Types::BatchDeleteFeaturedResultsSetRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::BatchDeleteFeaturedResultsSetRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#featured_results_set_ids ⇒ Array<String>
The identifiers of the featured results sets that you want to delete.
-
#index_id ⇒ String
The identifier of the index used for featuring results.
Instance Attribute Details
#featured_results_set_ids ⇒ Array<String>
The identifiers of the featured results sets that you want to delete.
764 765 766 767 768 769 |
# File 'lib/aws-sdk-kendra/types.rb', line 764 class BatchDeleteFeaturedResultsSetRequest < Struct.new( :index_id, :featured_results_set_ids) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index used for featuring results.
764 765 766 767 768 769 |
# File 'lib/aws-sdk-kendra/types.rb', line 764 class BatchDeleteFeaturedResultsSetRequest < Struct.new( :index_id, :featured_results_set_ids) SENSITIVE = [] include Aws::Structure end |