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

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


1394
1395
1396
1397
1398
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1394

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