Class: Aws::Kendra::Types::DescribeQuerySuggestionsConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribeQuerySuggestionsConfigRequest
- Defined in:
- gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#index_id ⇒ String
The identifier of the index with query suggestions that you want to get information on.
Instance Attribute Details
#index_id ⇒ String
The identifier of the index with query suggestions that you want to get information on.
4178 4179 4180 4181 4182 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4178 class DescribeQuerySuggestionsConfigRequest < Struct.new( :index_id) SENSITIVE = [] include Aws::Structure end |