Class: Aws::ForecastService::Types::CreatePredictorBacktestExportJobResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::CreatePredictorBacktestExportJobResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#predictor_backtest_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor backtest export job that you want to export.
Instance Attribute Details
#predictor_backtest_export_job_arn ⇒ String
The Amazon Resource Name (ARN) of the predictor backtest export job that you want to export.
1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1448 class CreatePredictorBacktestExportJobResponse < Struct.new( :predictor_backtest_export_job_arn) SENSITIVE = [] include Aws::Structure end |