Class: Aws::Personalize::Types::ListDatasetImportJobsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_import_jobsArray<Types::DatasetImportJobSummary>

The list of dataset import jobs.

Returns:



3794
3795
3796
3797
3798
3799
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3794

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

#next_tokenString

A token for getting the next set of dataset import jobs (if they exist).

Returns:

  • (String)


3794
3795
3796
3797
3798
3799
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3794

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