Class: Aws::Kendra::Types::DescribeQuerySuggestionsBlockListResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#created_atTime

The Unix timestamp when a block list for query suggestions was created.

Returns:

  • (Time)


4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description for the block list.

Returns:

  • (String)


4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message containing details if there are issues processing the block list.

Returns:

  • (String)


4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#file_size_bytesInteger

The current size of the block list text file in S3.

Returns:

  • (Integer)


4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the block list.

Returns:

  • (String)


4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index for the block list.

Returns:

  • (String)


4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#item_countInteger

The current number of valid, non-empty words or phrases in the block list text file.

Returns:

  • (Integer)


4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the block list.

Returns:

  • (String)


4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The 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.

Returns:

  • (String)


4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#source_s3_pathTypes::S3Path

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]: docs.aws.amazon.com/kendra/latest/dg/quotas.html

Returns:



4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the block list. When the value is ‘ACTIVE`, the block list is ready for use.

Returns:

  • (String)


4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

The Unix timestamp when a block list for query suggestions was last updated.

Returns:

  • (Time)


4120
4121
4122
4123
4124
4125
4126
4127
4128
4129
4130
4131
4132
4133
4134
4135
# File 'lib/aws-sdk-kendra/types.rb', line 4120

class DescribeQuerySuggestionsBlockListResponse < Struct.new(
  :index_id,
  :id,
  :name,
  :description,
  :status,
  :error_message,
  :created_at,
  :updated_at,
  :source_s3_path,
  :item_count,
  :file_size_bytes,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end