Class: Aws::Kendra::Types::CreateFeaturedResultsSetResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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 created, and more.



2348
2349
2350
2351
2352
# File 'lib/aws-sdk-kendra/types.rb', line 2348

class CreateFeaturedResultsSetResponse < Struct.new(
  :featured_results_set)
  SENSITIVE = []
  include Aws::Structure
end