Class: Aws::DevOpsGuru::Types::LogAnomalyShowcase
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsGuru::Types::LogAnomalyShowcase
- 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
-
#log_anomaly_classes ⇒ Array<Types::LogAnomalyClass>
A list of anomalous log events that may be related.
Instance Attribute Details
#log_anomaly_classes ⇒ Array<Types::LogAnomalyClass>
A list of anomalous log events that may be related.
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 |