Class: Aws::DevOpsGuru::Types::LogsAnomalyDetectionIntegrationConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection. You can use this to update the configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#opt_in_statusString

Specifies if DevOps Guru is configured to perform log anomaly detection on CloudWatch log groups.

Returns:

  • (String)


2210
2211
2212
2213
2214
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2210

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