Class: Aws::LexModelsV2::Types::TextLogDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TextLogDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cloud_watch ⇒ Types::CloudWatchLogGroupLogDestination
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
Instance Attribute Details
#cloud_watch ⇒ Types::CloudWatchLogGroupLogDestination
Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.
14061 14062 14063 14064 14065 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14061 class TextLogDestination < Struct.new( :cloud_watch) SENSITIVE = [] include Aws::Structure end |