Class: Aws::ForecastService::Types::ListMonitorEvaluationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListMonitorEvaluationsResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token.
-
#predictor_monitor_evaluations ⇒ Array<Types::PredictorMonitorEvaluation>
The monitoring results and predictor events collected by the monitor resource during different windows of time.
Instance Attribute Details
#next_token ⇒ String
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.
5355 5356 5357 5358 5359 5360 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5355 class ListMonitorEvaluationsResponse < Struct.new( :next_token, :predictor_monitor_evaluations) SENSITIVE = [] include Aws::Structure end |
#predictor_monitor_evaluations ⇒ Array<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.
5355 5356 5357 5358 5359 5360 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5355 class ListMonitorEvaluationsResponse < Struct.new( :next_token, :predictor_monitor_evaluations) SENSITIVE = [] include Aws::Structure end |