Class: Aws::CloudWatchEvidently::Types::CloudWatchLogsDestination
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchEvidently::Types::CloudWatchLogsDestination
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchevidently/types.rb
Overview
A structure containing the CloudWatch Logs log group where the project stores evaluation events.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#log_group ⇒ String
The name of the log group where the project stores evaluation events.
Instance Attribute Details
#log_group ⇒ String
The name of the log group where the project stores evaluation events.
68 69 70 71 72 |
# File 'lib/aws-sdk-cloudwatchevidently/types.rb', line 68 class CloudWatchLogsDestination < Struct.new( :log_group) SENSITIVE = [] include Aws::Structure end |