Class: Aws::LookoutMetrics::Types::GetFeedbackResponse

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_group_time_series_feedbackArray<Types::TimeSeriesFeedback>

Feedback for an anomalous metric.

Returns:



1638
1639
1640
1641
1642
1643
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1638

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

#next_tokenString

The pagination token that's included if more results are available.

Returns:

  • (String)


1638
1639
1640
1641
1642
1643
# File 'gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb', line 1638

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