Class: Aws::Ivschat::Types::CloudWatchLogsDestinationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ivschat/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

Instance Attribute Details

#log_group_nameString

Name of the Amazon Cloudwatch Logs destination where chat activity will be logged.

Returns:

  • (String)


33
34
35
36
37
# File 'gems/aws-sdk-ivschat/lib/aws-sdk-ivschat/types.rb', line 33

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