Class: Aws::LookoutMetrics::Types::AnomalyDetectorConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::AnomalyDetectorConfig
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Contains information about a detector's configuration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_frequency ⇒ String
The frequency at which the detector analyzes its source data.
Instance Attribute Details
#anomaly_detector_frequency ⇒ String
The frequency at which the detector analyzes its source data.
213 214 215 216 217 |
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 213 class AnomalyDetectorConfig < Struct.new( :anomaly_detector_frequency) SENSITIVE = [] include Aws::Structure end |