Class: Aws::LexModelsV2::Types::TextLogDestination

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

Instance Attribute Details

#cloud_watchTypes::CloudWatchLogGroupLogDestination

Defines the Amazon CloudWatch Logs log group where text and metadata logs are delivered.



13988
13989
13990
13991
13992
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 13988

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