Class: Aws::ForecastService::Types::ListDatasetImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ForecastService::Types::ListDatasetImportJobsResponse
- Defined in:
- gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_import_jobs ⇒ Array<Types::DatasetImportJobSummary>
An array of objects that summarize each dataset import job's properties.
-
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token.
Instance Attribute Details
#dataset_import_jobs ⇒ Array<Types::DatasetImportJobSummary>
An array of objects that summarize each dataset import job's properties.
4801 4802 4803 4804 4805 4806 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4801 class ListDatasetImportJobsResponse < Struct.new( :dataset_import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If the response is truncated, Amazon Forecast returns this token. To retrieve the next set of results, use the token in the next request.
4801 4802 4803 4804 4805 4806 |
# File 'gems/aws-sdk-forecastservice/lib/aws-sdk-forecastservice/types.rb', line 4801 class ListDatasetImportJobsResponse < Struct.new( :dataset_import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |