QuerySuggestionsBlockListSummary

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Unix timestamp when the block list was created.

Link copied to clipboard
val id: String?

The identifier of a block list.

Link copied to clipboard

The number of items in the block list file.

Link copied to clipboard
val name: String?

The name of the block list.

Link copied to clipboard

The status of the block list.

Link copied to clipboard

The Unix timestamp when the block list was last updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String