Class: Aws::ForecastService::Types::CreateForecastExportJobResponse

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

#forecast_export_job_arnString

The Amazon Resource Name (ARN) of the export job.

Returns:

  • (String)


1241
1242
1243
1244
1245
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 1241

class CreateForecastExportJobResponse < Struct.new(
  :forecast_export_job_arn)
  SENSITIVE = []
  include Aws::Structure
end