Class: Aws::ForecastService::Types::ListPredictorBacktestExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListPredictorBacktestExportJobsResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
Returns this token if the response is truncated.
-
#predictor_backtest_export_jobs ⇒ Array<Types::PredictorBacktestExportJobSummary>
An array of objects that summarize the properties of each predictor backtest export job.
Instance Attribute Details
#next_token ⇒ String
Returns this token if the response is truncated. To retrieve the next set of results, use the token in the next request.
5276 5277 5278 5279 5280 5281 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5276 class ListPredictorBacktestExportJobsResponse < Struct.new( :predictor_backtest_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#predictor_backtest_export_jobs ⇒ Array<Types::PredictorBacktestExportJobSummary>
An array of objects that summarize the properties of each predictor backtest export job.
5276 5277 5278 5279 5280 5281 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 5276 class ListPredictorBacktestExportJobsResponse < Struct.new( :predictor_backtest_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |