Class: Aws::DevOpsGuru::Types::LogsAnomalyDetectionIntegration

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.

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)


2193
2194
2195
2196
2197
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2193

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