Class: Aws::ElastiCache::Types::CloudWatchLogsDestinationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CloudWatchLogsDestinationDetails
- 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
-
#log_group ⇒ String
The name of the CloudWatch Logs log group.
Instance Attribute Details
#log_group ⇒ String
The name of the CloudWatch Logs log group.
1394 1395 1396 1397 1398 |
# File 'lib/aws-sdk-elasticache/types.rb', line 1394 class CloudWatchLogsDestinationDetails < Struct.new( :log_group) SENSITIVE = [] include Aws::Structure end |