Class: Aws::LexModelsV2::Types::TranscriptSourceSetting

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#s3_bucket_transcript_sourceTypes::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