Class: Aws::ForecastService::Types::ListMonitorEvaluationsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request. Tokens expire after 24 hours.

Returns:

  • (String)


5155
5156
5157
5158
5159
5160
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5155

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

#predictor_monitor_evaluationsArray<Types::PredictorMonitorEvaluation>

The monitoring results and predictor events collected by the monitor resource during different windows of time.

For information about monitoring see Viewing Monitoring Results. For more information about retrieving monitoring results see Viewing Monitoring Results.



5155
5156
5157
5158
5159
5160
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5155

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