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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lexmodelsv2/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.



14063
14064
14065
14066
14067
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14063

class TranscriptSourceSetting < Struct.new(
  :s3_bucket_transcript_source)
  SENSITIVE = []
  include Aws::Structure
end