Class: Aws::Personalize::Types::ListDatasetExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Personalize::Types::ListDatasetExportJobsResponse
- Defined in:
- gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#dataset_export_jobs ⇒ Array<Types::DatasetExportJobSummary>
The list of dataset export jobs.
-
#next_token ⇒ String
A token for getting the next set of dataset export jobs (if they exist).
Instance Attribute Details
#dataset_export_jobs ⇒ Array<Types::DatasetExportJobSummary>
The list of dataset export jobs.
3574 3575 3576 3577 3578 3579 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3574 class ListDatasetExportJobsResponse < Struct.new( :dataset_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token for getting the next set of dataset export jobs (if they exist).
3574 3575 3576 3577 3578 3579 |
# File 'gems/aws-sdk-personalize/lib/aws-sdk-personalize/types.rb', line 3574 class ListDatasetExportJobsResponse < Struct.new( :dataset_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |