Class: Aws::LexModelsV2::Types::TextLogDestination
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LexModelsV2::Types::TextLogDestination
 
- Defined in:
- gems/aws-sdk-lexmodelsv2/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.
| 14166 14167 14168 14169 14170 | # File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 14166 class TextLogDestination < Struct.new( :cloud_watch) SENSITIVE = [] include Aws::Structure end |