Class: Aws::ForecastService::Types::CreateDatasetImportJobResponse

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

#dataset_import_job_arnString

The Amazon Resource Name (ARN) of the dataset import job.

Returns:

  • (String)


849
850
851
852
853
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 849

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