Class: Aws::Kendra::Types::ClearQuerySuggestionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ClearQuerySuggestionsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_id ⇒ String
The identifier of the index you want to clear query suggestions from.
Instance Attribute Details
#index_id ⇒ String
The identifier of the index you want to clear query suggestions from.
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 |