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.
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_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.
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 |