Class: Aws::Kendra::Types::QuerySuggestionsBlockListSummary

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

Overview

Summary information on a query suggestions block list.

This includes information on the block list ID, block list name, when the block list was created, when the block list was last updated, and the count of block words/phrases in the block list.

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix timestamp when the block list was created.

Returns:

  • (Time)


8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 8183

class QuerySuggestionsBlockListSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :item_count)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of a block list.

Returns:

  • (String)


8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 8183

class QuerySuggestionsBlockListSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :item_count)
  SENSITIVE = []
  include Aws::Structure
end

#item_countInteger

The number of items in the block list file.

Returns:

  • (Integer)


8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 8183

class QuerySuggestionsBlockListSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :item_count)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the block list.

Returns:

  • (String)


8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 8183

class QuerySuggestionsBlockListSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :item_count)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the block list.

Returns:

  • (String)


8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 8183

class QuerySuggestionsBlockListSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :item_count)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp when the block list was last updated.

Returns:

  • (Time)


8183
8184
8185
8186
8187
8188
8189
8190
8191
8192
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 8183

class QuerySuggestionsBlockListSummary < Struct.new(
  :id,
  :name,
  :status,
  :created_at,
  :updated_at,
  :item_count)
  SENSITIVE = []
  include Aws::Structure
end