Class: Aws::LookoutMetrics::Types::AnomalyDetectorConfigSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::AnomalyDetectorConfigSummary
- Includes:
- Structure
- Defined in:
- 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 interval at which the detector analyzes its source data.
Instance Attribute Details
#anomaly_detector_frequency ⇒ String
The interval at which the detector analyzes its source data.
227 228 229 230 231 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 227 class AnomalyDetectorConfigSummary < Struct.new( :anomaly_detector_frequency) SENSITIVE = [] include Aws::Structure end |