Class: Aws::DevOpsGuru::Types::LogAnomalyShowcase

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

Overview

A cluster of similar anomalous log events found within a log group.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#log_anomaly_classesArray<Types::LogAnomalyClass>

A list of anomalous log events that may be related.

Returns:



2177
2178
2179
2180
2181
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 2177

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