Class: Aws::LookoutMetrics::Types::GetFeedbackRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::GetFeedbackRequest
- 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::AnomalyGroupTimeSeries
The anomalous metric and group ID.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#next_token ⇒ String
Specify the pagination token that’s returned by a previous request to retrieve the next page of results.
Instance Attribute Details
#anomaly_detector_arn ⇒ String
The Amazon Resource Name (ARN) of the anomaly detector.
1619 1620 1621 1622 1623 1624 1625 1626 |
# File '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_feedback ⇒ Types::AnomalyGroupTimeSeries
The anomalous metric and group ID.
1619 1620 1621 1622 1623 1624 1625 1626 |
# File '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_results ⇒ Integer
The maximum number of results to return.
1619 1620 1621 1622 1623 1624 1625 1626 |
# File '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_token ⇒ String
Specify the pagination token that’s returned by a previous request to retrieve the next page of results.
1619 1620 1621 1622 1623 1624 1625 1626 |
# File '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 |