Class: Aws::Kendra::Types::DescribeQuerySuggestionsBlockListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DescribeQuerySuggestionsBlockListRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The identifier of the block list you want to get information on.
-
#index_id ⇒ String
The identifier of the index for the block list.
Instance Attribute Details
#id ⇒ String
The identifier of the block list you want to get information on.
4042 4043 4044 4045 4046 4047 |
# File 'lib/aws-sdk-kendra/types.rb', line 4042 class DescribeQuerySuggestionsBlockListRequest < Struct.new( :index_id, :id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for the block list.
4042 4043 4044 4045 4046 4047 |
# File 'lib/aws-sdk-kendra/types.rb', line 4042 class DescribeQuerySuggestionsBlockListRequest < Struct.new( :index_id, :id) SENSITIVE = [] include Aws::Structure end |