Class: Aws::ForecastService::Types::CreatePredictorBacktestExportJobResponse

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

#predictor_backtest_export_job_arnString

The Amazon Resource Name (ARN) of the predictor backtest export job that you want to export.

Returns:

  • (String)


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