Class: Aws::LookoutMetrics::Types::DetectMetricSetConfigRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::DetectMetricSetConfigRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
An anomaly detector ARN.
-
#auto_detection_metric_source ⇒ Types::AutoDetectionMetricSource
A data source.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
An anomaly detector ARN.
1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1223 class DetectMetricSetConfigRequest < Struct.new( :anomaly_detector_arn, :auto_detection_metric_source) SENSITIVE = [] include Aws::Structure end |
#auto_detection_metric_source ⇒ Types::AutoDetectionMetricSource
A data source.
1223 1224 1225 1226 1227 1228 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 1223 class DetectMetricSetConfigRequest < Struct.new( :anomaly_detector_arn, :auto_detection_metric_source) SENSITIVE = [] include Aws::Structure end |