Class: Aws::LookoutMetrics::Types::PutFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::PutFeedbackRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#anomaly_detector_arn ⇒ String
The Amazon Resource Name (ARN) of the anomaly detector.
-
#anomaly_group_time_series_feedback ⇒ Types::AnomalyGroupTimeSeriesFeedback
Feedback for an anomalous metric.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The Amazon Resource Name (ARN) of the anomaly detector.
2288 2289 2290 2291 2292 2293 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2288 class PutFeedbackRequest < Struct.new( :anomaly_detector_arn, :anomaly_group_time_series_feedback) SENSITIVE = [] include Aws::Structure end |
#anomaly_group_time_series_feedback ⇒ Types::AnomalyGroupTimeSeriesFeedback
Feedback for an anomalous metric.
2288 2289 2290 2291 2292 2293 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2288 class PutFeedbackRequest < Struct.new( :anomaly_detector_arn, :anomaly_group_time_series_feedback) SENSITIVE = [] include Aws::Structure end |