Class: Aws::CloudWatchEvidently::Types::CloudWatchLogsDestination

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

Instance Attribute Details

#log_groupString

The name of the log group where the project stores evaluation events.

Returns:

  • (String)


68
69
70
71
72
# File 'gems/aws-sdk-cloudwatchevidently/lib/aws-sdk-cloudwatchevidently/types.rb', line 68

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