Class: Aws::Kendra::Types::DescribeQuerySuggestionsConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribeQuerySuggestionsConfigRequest
- 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 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.
4144 4145 4146 4147 4148 |
# File 'lib/aws-sdk-kendra/types.rb', line 4144 class DescribeQuerySuggestionsConfigRequest < Struct.new( :index_id) SENSITIVE = [] include Aws::Structure end |