Class: Aws::Personalize::Types::ListDatasetImportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListDatasetImportJobsResponse
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_import_jobs ⇒ Array<Types::DatasetImportJobSummary>
The list of dataset import jobs.
-
#next_token ⇒ String
A token for getting the next set of dataset import jobs (if they exist).
Instance Attribute Details
#dataset_import_jobs ⇒ Array<Types::DatasetImportJobSummary>
The list of dataset import jobs.
4149 4150 4151 4152 4153 4154 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4149 class ListDatasetImportJobsResponse < Struct.new( :dataset_import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of dataset import jobs (if they exist).
4149 4150 4151 4152 4153 4154 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4149 class ListDatasetImportJobsResponse < Struct.new( :dataset_import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |