Class: Aws::Kendra::Types::UpdateFeaturedResultsSetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::UpdateFeaturedResultsSetResponse
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#featured_results_set ⇒ Types::FeaturedResultsSet
Information on the set of featured results.
Instance Attribute Details
#featured_results_set ⇒ Types::FeaturedResultsSet
Information on the set of featured results. This includes the identifier of the featured results set, whether the featured results set is active or inactive, when the featured results set was last updated, and more.
10759 10760 10761 10762 10763 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 10759 class UpdateFeaturedResultsSetResponse < Struct.new( :featured_results_set) SENSITIVE = [] include Aws::Structure end |