Class: Aws::LexModelsV2::Types::TranscriptSourceSetting
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::TranscriptSourceSetting
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Indicates the setting of the location where the transcript is stored.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #s3_bucket_transcript_source  ⇒ Types::S3BucketTranscriptSource 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
 
Instance Attribute Details
#s3_bucket_transcript_source ⇒ Types::S3BucketTranscriptSource
Indicates the setting of the Amazon S3 bucket where the transcript is stored.
      14136 14137 14138 14139 14140  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14136 class TranscriptSourceSetting < Struct.new( :s3_bucket_transcript_source) SENSITIVE = [] include Aws::Structure end  |