Class: Aws::Ivschat::Types::CloudWatchLogsDestinationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Ivschat::Types::CloudWatchLogsDestinationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ivschat/types.rb
Overview
Specifies a CloudWatch Logs location where chat logs will be stored.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group_name ⇒ String
Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.
Instance Attribute Details
#log_group_name ⇒ String
Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.
33 34 35 36 37 |
# File 'lib/aws-sdk-ivschat/types.rb', line 33 class CloudWatchLogsDestinationConfiguration < Struct.new( :log_group_name) SENSITIVE = [] include Aws::Structure end |