Class: Aws::LookoutMetrics::Types::PutFeedbackRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#anomaly_detector_arnString

The Amazon Resource Name (ARN) of the anomaly detector.

Returns:

  • (String)


2288
2289
2290
2291
2292
2293
# File 'gems/aws-sdk-lookoutmetrics/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_feedbackTypes::AnomalyGroupTimeSeriesFeedback

Feedback for an anomalous metric.



2288
2289
2290
2291
2292
2293
# File 'gems/aws-sdk-lookoutmetrics/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