Class: Aws::LexModelsV2::Types::AudioLogDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::AudioLogDestination
- Defined in:
- gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb
Overview
The location of audio log files collected when conversation logging is enabled for a bot.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#s3_bucket ⇒ Types::S3BucketLogDestination
The Amazon S3 bucket where the audio log files are stored.
Instance Attribute Details
#s3_bucket ⇒ Types::S3BucketLogDestination
The Amazon S3 bucket where the audio log files are stored. The IAM
role specified in the roleArn parameter of the CreateBot
operation must have permission to write to this bucket.
1608 1609 1610 1611 1612 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 1608 class AudioLogDestination < Struct.new( :s3_bucket) SENSITIVE = [] include Aws::Structure end |