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:



4192
4193
4194
4195
4196
4197
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4192

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)


4192
4193
4194
4195
4196
4197
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 4192

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