Class: Aws::LookoutMetrics::Types::GetFeedbackRequest

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)


1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1619

class GetFeedbackRequest < Struct.new(
  :anomaly_detector_arn,
  :anomaly_group_time_series_feedback,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#anomaly_group_time_series_feedbackTypes::AnomalyGroupTimeSeries

The anomalous metric and group ID.



1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1619

class GetFeedbackRequest < Struct.new(
  :anomaly_detector_arn,
  :anomaly_group_time_series_feedback,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1619

class GetFeedbackRequest < Struct.new(
  :anomaly_detector_arn,
  :anomaly_group_time_series_feedback,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

Specify the pagination token that's returned by a previous request to retrieve the next page of results.

Returns:

  • (String)


1619
1620
1621
1622
1623
1624
1625
1626
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1619

class GetFeedbackRequest < Struct.new(
  :anomaly_detector_arn,
  :anomaly_group_time_series_feedback,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end