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.
3651 3652 3653 3654 3655 3656 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3651 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).
3651 3652 3653 3654 3655 3656 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3651 class ListDatasetImportJobsResponse < Struct.new( :dataset_import_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |