Class: Aws::Kendra::Types::DeleteQuerySuggestionsBlockListRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DeleteQuerySuggestionsBlockListRequest
- 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 delete.
-
#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 delete.
3375 3376 3377 3378 3379 3380 |
# File 'lib/aws-sdk-kendra/types.rb', line 3375 class DeleteQuerySuggestionsBlockListRequest < Struct.new( :index_id, :id) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for the block list.
3375 3376 3377 3378 3379 3380 |
# File 'lib/aws-sdk-kendra/types.rb', line 3375 class DeleteQuerySuggestionsBlockListRequest < Struct.new( :index_id, :id) SENSITIVE = [] include Aws::Structure end |