Class: Aws::Kendra::Types::UpdateThesaurusRequest

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

#descriptionString

A new description for the thesaurus.

Returns:

  • (String)


10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-kendra/types.rb', line 10919

class UpdateThesaurusRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :description,
  :role_arn,
  :source_s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The identifier of the thesaurus you want to update.

Returns:

  • (String)


10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-kendra/types.rb', line 10919

class UpdateThesaurusRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :description,
  :role_arn,
  :source_s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#index_idString

The identifier of the index for the thesaurus.

Returns:

  • (String)


10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-kendra/types.rb', line 10919

class UpdateThesaurusRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :description,
  :role_arn,
  :source_s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

A new name for the thesaurus.

Returns:

  • (String)


10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-kendra/types.rb', line 10919

class UpdateThesaurusRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :description,
  :role_arn,
  :source_s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in ‘SourceS3Path`.

Returns:

  • (String)


10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-kendra/types.rb', line 10919

class UpdateThesaurusRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :description,
  :role_arn,
  :source_s3_path)
  SENSITIVE = []
  include Aws::Structure
end

#source_s3_pathTypes::S3Path

Information required to find a specific file in an Amazon S3 bucket.

Returns:



10919
10920
10921
10922
10923
10924
10925
10926
10927
10928
# File 'lib/aws-sdk-kendra/types.rb', line 10919

class UpdateThesaurusRequest < Struct.new(
  :id,
  :name,
  :index_id,
  :description,
  :role_arn,
  :source_s3_path)
  SENSITIVE = []
  include Aws::Structure
end