Class: Aws::Kendra::Types::ListQuerySuggestionsBlockListsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#index_idString

The identifier of the index for a list of all block lists that exist for that index.

For information on the current quota limits for block lists, see Quotas for Amazon Kendra.

Returns:

  • (String)


7009
7010
7011
7012
7013
7014
7015
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7009

class ListQuerySuggestionsBlockListsRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of block lists to return.

Returns:

  • (Integer)


7009
7010
7011
7012
7013
7014
7015
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7009

class ListQuerySuggestionsBlockListsRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the previous response was incomplete (because there is more data to retrieve), Amazon Kendra returns a pagination token in the response. You can use this pagination token to retrieve the next set of block lists (BlockListSummaryItems).

Returns:

  • (String)


7009
7010
7011
7012
7013
7014
7015
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7009

class ListQuerySuggestionsBlockListsRequest < Struct.new(
  :index_id,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end