Class: Aws::ElastiCache::Types::CloudWatchLogsDestinationDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

The configuration details of the CloudWatch Logs destination.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_groupString

The name of the CloudWatch Logs log group.

Returns:

  • (String)


1397
1398
1399
1400
1401
# File 'lib/aws-sdk-elasticache/types.rb', line 1397

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