Class: Aws::ForecastService::Types::ListDatasetImportJobsResponse

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_jobsArray<Types::DatasetImportJobSummary>

An array of objects that summarize each dataset import job's properties.

Returns:



4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4797

class ListDatasetImportJobsResponse < Struct.new(
  :dataset_import_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.

Returns:

  • (String)


4797
4798
4799
4800
4801
4802
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4797

class ListDatasetImportJobsResponse < Struct.new(
  :dataset_import_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end