Class: Aws::Kendra::Types::UpdateThesaurusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::UpdateThesaurusRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#description ⇒ String
A new description for the thesaurus.
-
#id ⇒ String
The identifier of the thesaurus you want to update.
-
#index_id ⇒ String
The identifier of the index for the thesaurus.
-
#name ⇒ String
A new name for the thesaurus.
-
#role_arn ⇒ String
An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in ‘SourceS3Path`.
-
#source_s3_path ⇒ Types::S3Path
Information required to find a specific file in an Amazon S3 bucket.
Instance Attribute Details
#description ⇒ String
A new description for the thesaurus.
11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'lib/aws-sdk-kendra/types.rb', line 11005 class UpdateThesaurusRequest < Struct.new( :id, :name, :index_id, :description, :role_arn, :source_s3_path) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The identifier of the thesaurus you want to update.
11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'lib/aws-sdk-kendra/types.rb', line 11005 class UpdateThesaurusRequest < Struct.new( :id, :name, :index_id, :description, :role_arn, :source_s3_path) SENSITIVE = [] include Aws::Structure end |
#index_id ⇒ String
The identifier of the index for the thesaurus.
11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'lib/aws-sdk-kendra/types.rb', line 11005 class UpdateThesaurusRequest < Struct.new( :id, :name, :index_id, :description, :role_arn, :source_s3_path) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
A new name for the thesaurus.
11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'lib/aws-sdk-kendra/types.rb', line 11005 class UpdateThesaurusRequest < Struct.new( :id, :name, :index_id, :description, :role_arn, :source_s3_path) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in ‘SourceS3Path`.
11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'lib/aws-sdk-kendra/types.rb', line 11005 class UpdateThesaurusRequest < Struct.new( :id, :name, :index_id, :description, :role_arn, :source_s3_path) SENSITIVE = [] include Aws::Structure end |
#source_s3_path ⇒ Types::S3Path
Information required to find a specific file in an Amazon S3 bucket.
11005 11006 11007 11008 11009 11010 11011 11012 11013 11014 |
# File 'lib/aws-sdk-kendra/types.rb', line 11005 class UpdateThesaurusRequest < Struct.new( :id, :name, :index_id, :description, :role_arn, :source_s3_path) SENSITIVE = [] include Aws::Structure end |