Class: Aws::Kendra::Types::QuerySuggestionsBlockListSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::QuerySuggestionsBlockListSummary
- 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
-
#created_at ⇒ Time
The Unix timestamp when the block list was created.
-
#id ⇒ String
The identifier of a block list.
-
#item_count ⇒ Integer
The number of items in the block list file.
-
#name ⇒ String
The name of the block list.
-
#status ⇒ String
The status of the block list.
-
#updated_at ⇒ Time
The Unix timestamp when the block list was last updated.
Instance Attribute Details
#created_at ⇒ Time
The Unix timestamp when the block list was created.
7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7802 class QuerySuggestionsBlockListSummary < Struct.new( :id, :name, :status, :created_at, :updated_at, :item_count) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of a block list.
7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7802 class QuerySuggestionsBlockListSummary < Struct.new( :id, :name, :status, :created_at, :updated_at, :item_count) SENSITIVE = [] include Aws::Structure end |
#item_count ⇒ Integer
The number of items in the block list file.
7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7802 class QuerySuggestionsBlockListSummary < Struct.new( :id, :name, :status, :created_at, :updated_at, :item_count) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the block list.
7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7802 class QuerySuggestionsBlockListSummary < Struct.new( :id, :name, :status, :created_at, :updated_at, :item_count) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the block list.
7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7802 class QuerySuggestionsBlockListSummary < Struct.new( :id, :name, :status, :created_at, :updated_at, :item_count) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The Unix timestamp when the block list was last updated.
7802 7803 7804 7805 7806 7807 7808 7809 7810 7811 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 7802 class QuerySuggestionsBlockListSummary < Struct.new( :id, :name, :status, :created_at, :updated_at, :item_count) SENSITIVE = [] include Aws::Structure end |