Class: Aws::LookoutMetrics::Types::GetFeedbackResponse
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LookoutMetrics::Types::GetFeedbackResponse
 
- Defined in:
- gems/aws-sdk-lookoutmetrics/lib/aws-sdk-lookoutmetrics/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #anomaly_group_time_series_feedback  ⇒ Array<Types::TimeSeriesFeedback> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Feedback for an anomalous metric. 
- 
  
    
      #next_token  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The pagination token that's included if more results are available. 
Instance Attribute Details
#anomaly_group_time_series_feedback ⇒ Array<Types::TimeSeriesFeedback>
Feedback for an anomalous metric.
| 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_token ⇒ String
The pagination token that's included if more results are available.
| 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 |