class Aws::Kendra::Types::DescribeQuerySuggestionsBlockListResponse

@!attribute [rw] index_id

Shows the identifier of the index for the block list.
@return [String]

@!attribute [rw] id

Shows the unique identifier of the block list.
@return [String]

@!attribute [rw] name

Shows the name of the block list.
@return [String]

@!attribute [rw] description

Shows the description for the block list.
@return [String]

@!attribute [rw] status

Shows whether the current status of the block list is `ACTIVE` or
`INACTIVE`.
@return [String]

@!attribute [rw] error_message

Shows the error message with details when there are issues in
processing the block list.
@return [String]

@!attribute [rw] created_at

Shows the date-time a block list for query suggestions was last
created.
@return [Time]

@!attribute [rw] updated_at

Shows the date-time a block list for query suggestions was last
updated.
@return [Time]

@!attribute [rw] source_s3_path

Shows the current S3 path to your block list text file in your S3
bucket.

Each block word or phrase should be on a separate line in a text
file.

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

[1]: https://docs.aws.amazon.com/kendra/latest/dg/quotas.html
@return [Types::S3Path]

@!attribute [rw] item_count

Shows the current number of valid, non-empty words or phrases in the
block list text file.
@return [Integer]

@!attribute [rw] file_size_bytes

Shows the current size of the block list text file in S3.
@return [Integer]

@!attribute [rw] role_arn

Shows the current IAM (Identity and Access Management) role used by
Amazon Kendra to access the block list text file in S3.

The role needs S3 read permissions to your file in S3 and needs to
give STS (Security Token Service) assume role permissions to Amazon
Kendra.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/DescribeQuerySuggestionsBlockListResponse AWS API Documentation

Constants

SENSITIVE