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.
4059 4060 4061 4062 4063 |
# File 'lib/aws-sdk-kendra/types.rb', line 4059 class DescribeQuerySuggestionsConfigRequest < Struct.new( :index_id) SENSITIVE = [] include Aws::Structure end |