Class: Aws::Kendra::Types::ClearQuerySuggestionsRequest

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

#index_idString

The identifier of the index you want to clear query suggestions from.

Returns:

  • (String)


1168
1169
1170
1171
1172
# File 'lib/aws-sdk-kendra/types.rb', line 1168

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