Class: Aws::Kendra::Types::DeleteQuerySuggestionsBlockListRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The identifier of the block list you want to delete.

Returns:

  • (String)


3342
3343
3344
3345
3346
3347
# File 'lib/aws-sdk-kendra/types.rb', line 3342

class DeleteQuerySuggestionsBlockListRequest < Struct.new(
  :index_id,
  :id)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index for the block list.

Returns:

  • (String)


3342
3343
3344
3345
3346
3347
# File 'lib/aws-sdk-kendra/types.rb', line 3342

class DeleteQuerySuggestionsBlockListRequest < Struct.new(
  :index_id,
  :id)
  SENSITIVE = []
  include Aws::Structure
end