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.
| 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 | 
#id ⇒ String
The identifier of the thesaurus you want to update.
| 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_id ⇒ String
The identifier of the index for the thesaurus.
| 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 | 
#name ⇒ String
A new name for the thesaurus.
| 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_arn ⇒ String
An IAM role that gives Amazon Kendra permissions to access thesaurus file specified in ‘SourceS3Path`.
| 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_path ⇒ Types::S3Path
Information required to find a specific file in an Amazon S3 bucket.
| 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 |