class Aws::Kendra::Types::UpdateThesaurusRequest

@note When making an API call, you may pass UpdateThesaurusRequest

data as a hash:

    {
      id: "ThesaurusId", # required
      name: "ThesaurusName",
      index_id: "IndexId", # required
      description: "Description",
      role_arn: "RoleArn",
      source_s3_path: {
        bucket: "S3BucketName", # required
        key: "S3ObjectKey", # required
      },
    }

@!attribute [rw] id

The identifier of the thesaurus to update.
@return [String]

@!attribute [rw] name

The updated name of the thesaurus.
@return [String]

@!attribute [rw] index_id

The identifier of the index associated with the thesaurus to update.
@return [String]

@!attribute [rw] description

The updated description of the thesaurus.
@return [String]

@!attribute [rw] role_arn

The updated role ARN of the thesaurus.
@return [String]

@!attribute [rw] source_s3_path

Information required to find a specific file in an Amazon S3 bucket.
@return [Types::S3Path]

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

Constants

SENSITIVE