Class: Aws::Personalize::Types::ListDatasetExportJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_export_jobsArray<Types::DatasetExportJobSummary>

The list of dataset export jobs.

Returns:



3708
3709
3710
3711
3712
3713
# File 'lib/aws-sdk-personalize/types.rb', line 3708

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

#next_tokenString

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

Returns:

  • (String)


3708
3709
3710
3711
3712
3713
# File 'lib/aws-sdk-personalize/types.rb', line 3708

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